示例#1
0
 /// <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();
     Fireball.Windows.Forms.LineMarginRender lineMarginRender1 = new Fireball.Windows.Forms.LineMarginRender();
     this.codeEditorControl = new Fireball.Windows.Forms.CodeEditorControl();
     this.syntaxDocument1   = new Fireball.Syntax.SyntaxDocument(this.components);
     this.SuspendLayout();
     //
     // codeEditorControl
     //
     this.codeEditorControl.ActiveView           = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
     this.codeEditorControl.AutoListPosition     = null;
     this.codeEditorControl.AutoListSelectedText = "";
     this.codeEditorControl.AutoListVisible      = false;
     this.codeEditorControl.CopyAsRTF            = false;
     this.codeEditorControl.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.codeEditorControl.Document             = this.syntaxDocument1;
     this.codeEditorControl.InfoTipCount         = 1;
     this.codeEditorControl.InfoTipPosition      = null;
     this.codeEditorControl.InfoTipSelectedIndex = 0;
     this.codeEditorControl.InfoTipVisible       = false;
     lineMarginRender1.Bounds = new System.Drawing.Rectangle(19, 0, 19, 16);
     this.codeEditorControl.LineMarginRender   = lineMarginRender1;
     this.codeEditorControl.Location           = new System.Drawing.Point(0, 0);
     this.codeEditorControl.LockCursorUpdate   = false;
     this.codeEditorControl.Name               = "codeEditorControl";
     this.codeEditorControl.Saved              = false;
     this.codeEditorControl.ShowScopeIndicator = false;
     this.codeEditorControl.Size               = new System.Drawing.Size(746, 512);
     this.codeEditorControl.SmoothScroll       = false;
     this.codeEditorControl.SplitviewH         = -4;
     this.codeEditorControl.SplitviewV         = -4;
     this.codeEditorControl.TabGuideColor      = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
     this.codeEditorControl.TabIndex           = 0;
     this.codeEditorControl.Text               = "codeEditorControl1";
     this.codeEditorControl.WhitespaceColor    = System.Drawing.SystemColors.ControlDark;
     //
     // syntaxDocument1
     //
     this.syntaxDocument1.Lines = new string[] {
         ""
     };
     this.syntaxDocument1.MaxUndoBufferSize = 1000;
     this.syntaxDocument1.Modified          = false;
     this.syntaxDocument1.UndoStep          = 0;
     //
     // EditorControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.codeEditorControl);
     this.Name = "EditorControl";
     this.Size = new System.Drawing.Size(746, 512);
     this.ResumeLayout(false);
 }
示例#2
0
        /// <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(frmCodeEditor));
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Code editor menu");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuEdit");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool2 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuScript");
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Code editor tools");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUndo");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRedo");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCut");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCopy");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuPaste");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUpdateCodeStructure");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCompile");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRun");
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar3 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Locating");
            Infragistics.Win.UltraWinToolbars.LabelTool labelTool1 = new Infragistics.Win.UltraWinToolbars.LabelTool("mnuFindLabel");
            Infragistics.Win.UltraWinToolbars.ComboBoxTool comboBoxTool1 = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("mnuFindField");
            Infragistics.Win.UltraWinToolbars.LabelTool labelTool2 = new Infragistics.Win.UltraWinToolbars.LabelTool("mnuGotoLineLabel");
            Infragistics.Win.UltraWinToolbars.TextBoxTool textBoxTool1 = new Infragistics.Win.UltraWinToolbars.TextBoxTool("mnuGotoLine");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool3 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuEdit");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUndo");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRedo");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCut");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCopy");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuPaste");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSelectAll");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool4 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuScript");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUpdateCodeStructure");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCompile");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool19 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRun");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool20 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUndo");
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool21 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRedo");
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCopy");
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool23 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuPaste");
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCut");
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool25 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSelectAll");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool26 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool27 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUpdateCodeStructure");
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool28 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCompile");
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool29 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRun");
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ComboBoxTool comboBoxTool2 = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("mnuFindField");
            Infragistics.Win.ValueList valueList1 = new Infragistics.Win.ValueList(0);
            Infragistics.Win.UltraWinToolbars.LabelTool labelTool3 = new Infragistics.Win.UltraWinToolbars.LabelTool("mnuFindLabel");
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.TextBoxTool textBoxTool2 = new Infragistics.Win.UltraWinToolbars.TextBoxTool("mnuGotoLine");
            Infragistics.Win.UltraWinToolbars.LabelTool labelTool4 = new Infragistics.Win.UltraWinToolbars.LabelTool("mnuGotoLineLabel");
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Fireball.Windows.Forms.LineMarginRender lineMarginRender1 = new Fireball.Windows.Forms.LineMarginRender();
            Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane1 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedLeft, new System.Guid("f694993e-09d7-4a31-a93b-c4def9ae9808"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("eed9e4a0-d8df-4a5c-8e73-ff16fd379fb6"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("f694993e-09d7-4a31-a93b-c4def9ae9808"), -1);
            this.codeStructTreeView = new System.Windows.Forms.TreeView();
            this.codeStructImageList = new System.Windows.Forms.ImageList(this.components);
            this.toolbarsManager = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
            this.editor = new Fireball.Windows.Forms.CodeEditorControl();
            this.syntaxDocument1 = new Fireball.Syntax.SyntaxDocument(this.components);
            this.frmCodeEditor_Fill_Panel = new System.Windows.Forms.Panel();
            this._frmCodeEditor_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmCodeEditor_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmCodeEditor_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this.dockManager = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
            this._frmCodeEditorUnpinnedTabAreaLeft = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._frmCodeEditorUnpinnedTabAreaRight = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._frmCodeEditorUnpinnedTabAreaTop = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._frmCodeEditorUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._frmCodeEditorAutoHideControl = new Infragistics.Win.UltraWinDock.AutoHideControl();
            this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.dockableWindow1 = new Infragistics.Win.UltraWinDock.DockableWindow();
            ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).BeginInit();
            this.frmCodeEditor_Fill_Panel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager)).BeginInit();
            this.windowDockingArea1.SuspendLayout();
            this.dockableWindow1.SuspendLayout();
            this.SuspendLayout();
            // 
            // codeStructTreeView
            // 
            this.codeStructTreeView.AccessibleDescription = null;
            this.codeStructTreeView.AccessibleName = null;
            resources.ApplyResources(this.codeStructTreeView, "codeStructTreeView");
            this.codeStructTreeView.BackgroundImage = null;
            this.toolbarsManager.SetContextMenuUltra(this.codeStructTreeView, "mnuScript");
            this.codeStructTreeView.Font = null;
            this.codeStructTreeView.FullRowSelect = true;
            this.codeStructTreeView.HideSelection = false;
            this.codeStructTreeView.ImageList = this.codeStructImageList;
            this.codeStructTreeView.Name = "codeStructTreeView";
            this.codeStructTreeView.DoubleClick += new System.EventHandler(this.codeStructTreeView_DoubleClick);
            // 
            // codeStructImageList
            // 
            this.codeStructImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("codeStructImageList.ImageStream")));
            this.codeStructImageList.TransparentColor = System.Drawing.Color.Fuchsia;
            this.codeStructImageList.Images.SetKeyName(0, "Struct");
            this.codeStructImageList.Images.SetKeyName(1, "Class");
            this.codeStructImageList.Images.SetKeyName(2, "Enum");
            this.codeStructImageList.Images.SetKeyName(3, "Interface");
            this.codeStructImageList.Images.SetKeyName(4, "PrivateClass");
            this.codeStructImageList.Images.SetKeyName(5, "PrivateEnum");
            this.codeStructImageList.Images.SetKeyName(6, "PrivateInterface");
            this.codeStructImageList.Images.SetKeyName(7, "PrivateStruct");
            this.codeStructImageList.Images.SetKeyName(8, "Namespace");
            this.codeStructImageList.Images.SetKeyName(9, "Property");
            this.codeStructImageList.Images.SetKeyName(10, "Event");
            this.codeStructImageList.Images.SetKeyName(11, "Field");
            this.codeStructImageList.Images.SetKeyName(12, "Method");
            this.codeStructImageList.Images.SetKeyName(13, "PrivateEvent");
            this.codeStructImageList.Images.SetKeyName(14, "PrivateField");
            this.codeStructImageList.Images.SetKeyName(15, "PrivateMethod");
            this.codeStructImageList.Images.SetKeyName(16, "PrivateProperty");
            this.codeStructImageList.Images.SetKeyName(17, "Error");
            // 
            // toolbarsManager
            // 
            this.toolbarsManager.DesignerFlags = 1;
            this.toolbarsManager.DockWithinContainer = this;
            this.toolbarsManager.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
            this.toolbarsManager.ImageTransparentColor = System.Drawing.Color.Fuchsia;
            this.toolbarsManager.ShowFullMenusDelay = 500;
            this.toolbarsManager.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
            ultraToolbar1.DockedColumn = 0;
            ultraToolbar1.DockedRow = 0;
            ultraToolbar1.IsMainMenuBar = true;
            ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            popupMenuTool1,
            popupMenuTool2});
            resources.ApplyResources(ultraToolbar1, "ultraToolbar1");
            ultraToolbar2.DockedColumn = 0;
            ultraToolbar2.DockedRow = 1;
            buttonTool3.InstanceProps.IsFirstInGroup = true;
            buttonTool7.InstanceProps.IsFirstInGroup = true;
            buttonTool8.InstanceProps.IsFirstInGroup = true;
            ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool1,
            buttonTool2,
            buttonTool3,
            buttonTool4,
            buttonTool5,
            buttonTool6,
            buttonTool7,
            buttonTool8,
            buttonTool9});
            resources.ApplyResources(ultraToolbar2, "ultraToolbar2");
            ultraToolbar3.DockedColumn = 0;
            ultraToolbar3.DockedRow = 2;
            comboBoxTool1.InstanceProps.Width = 174;
            ultraToolbar3.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            labelTool1,
            comboBoxTool1,
            labelTool2,
            textBoxTool1});
            ultraToolbar3.Settings.AllowDockLeft = Infragistics.Win.DefaultableBoolean.False;
            ultraToolbar3.Settings.AllowDockRight = Infragistics.Win.DefaultableBoolean.False;
            resources.ApplyResources(ultraToolbar3, "ultraToolbar3");
            this.toolbarsManager.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
            ultraToolbar1,
            ultraToolbar2,
            ultraToolbar3});
            popupMenuTool3.SharedProps.Caption = resources.GetString("resource.Caption");
            popupMenuTool3.SharedProps.MergeOrder = 110;
            popupMenuTool3.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText");
            buttonTool12.InstanceProps.IsFirstInGroup = true;
            buttonTool16.InstanceProps.IsFirstInGroup = true;
            popupMenuTool3.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool10,
            buttonTool11,
            buttonTool12,
            buttonTool13,
            buttonTool14,
            buttonTool15,
            buttonTool16});
            popupMenuTool4.SharedProps.Caption = resources.GetString("resource.Caption1");
            popupMenuTool4.SharedProps.MergeOrder = 210;
            popupMenuTool4.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText1");
            buttonTool18.InstanceProps.IsFirstInGroup = true;
            popupMenuTool4.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool17,
            buttonTool18,
            buttonTool19});
            appearance1.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_UNDO;
            resources.ApplyResources(appearance1, "appearance1");
            buttonTool20.SharedProps.AppearancesSmall.Appearance = appearance1;
            buttonTool20.SharedProps.Caption = resources.GetString("resource.Caption2");
            buttonTool20.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlZ;
            appearance2.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_REDO;
            resources.ApplyResources(appearance2, "appearance2");
            buttonTool21.SharedProps.AppearancesSmall.Appearance = appearance2;
            buttonTool21.SharedProps.Caption = resources.GetString("resource.Caption3");
            buttonTool21.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlY;
            appearance3.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_COPY;
            resources.ApplyResources(appearance3, "appearance3");
            buttonTool22.SharedProps.AppearancesSmall.Appearance = appearance3;
            buttonTool22.SharedProps.Caption = resources.GetString("resource.Caption4");
            buttonTool22.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlC;
            appearance4.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_PASTE;
            resources.ApplyResources(appearance4, "appearance4");
            buttonTool23.SharedProps.AppearancesSmall.Appearance = appearance4;
            buttonTool23.SharedProps.Caption = resources.GetString("resource.Caption5");
            buttonTool23.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlV;
            appearance5.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_CUT;
            resources.ApplyResources(appearance5, "appearance5");
            buttonTool24.SharedProps.AppearancesSmall.Appearance = appearance5;
            buttonTool24.SharedProps.Caption = resources.GetString("resource.Caption6");
            buttonTool24.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlX;
            buttonTool25.SharedProps.Caption = resources.GetString("resource.Caption7");
            buttonTool25.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlA;
            appearance6.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_DELETE2;
            resources.ApplyResources(appearance6, "appearance6");
            buttonTool26.SharedProps.AppearancesSmall.Appearance = appearance6;
            buttonTool26.SharedProps.Caption = resources.GetString("resource.Caption8");
            appearance7.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_UPDATELIST;
            resources.ApplyResources(appearance7, "appearance7");
            buttonTool27.SharedProps.AppearancesSmall.Appearance = appearance7;
            buttonTool27.SharedProps.Caption = resources.GetString("resource.Caption9");
            buttonTool27.SharedProps.Shortcut = System.Windows.Forms.Shortcut.F6;
            appearance8.Image = ((object)(resources.GetObject("appearance8.Image")));
            resources.ApplyResources(appearance8, "appearance8");
            buttonTool28.SharedProps.AppearancesSmall.Appearance = appearance8;
            buttonTool28.SharedProps.Caption = resources.GetString("resource.Caption10");
            buttonTool28.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlF9;
            buttonTool28.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText2");
            appearance9.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_RUN;
            resources.ApplyResources(appearance9, "appearance9");
            buttonTool29.SharedProps.AppearancesSmall.Appearance = appearance9;
            buttonTool29.SharedProps.Caption = resources.GetString("resource.Caption11");
            buttonTool29.SharedProps.Shortcut = System.Windows.Forms.Shortcut.F9;
            buttonTool29.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText3");
            comboBoxTool2.AutoComplete = true;
            comboBoxTool2.DropDownStyle = Infragistics.Win.DropDownStyle.DropDown;
            comboBoxTool2.SharedProps.Caption = resources.GetString("resource.Caption12");
            comboBoxTool2.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlF;
            comboBoxTool2.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText4");
            comboBoxTool2.ValueList = valueList1;
            appearance10.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_FIND;
            resources.ApplyResources(appearance10, "appearance10");
            labelTool3.SharedProps.AppearancesSmall.Appearance = appearance10;
            labelTool3.SharedProps.Caption = resources.GetString("resource.Caption13");
            textBoxTool2.SharedProps.Caption = resources.GetString("resource.Caption14");
            textBoxTool2.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlG;
            textBoxTool2.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText5");
            appearance11.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_GOTOLINE;
            resources.ApplyResources(appearance11, "appearance11");
            labelTool4.SharedProps.AppearancesSmall.Appearance = appearance11;
            labelTool4.SharedProps.Caption = resources.GetString("resource.Caption15");
            this.toolbarsManager.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            popupMenuTool3,
            popupMenuTool4,
            buttonTool20,
            buttonTool21,
            buttonTool22,
            buttonTool23,
            buttonTool24,
            buttonTool25,
            buttonTool26,
            buttonTool27,
            buttonTool28,
            buttonTool29,
            comboBoxTool2,
            labelTool3,
            textBoxTool2,
            labelTool4});
            this.toolbarsManager.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.toolbarsManager_ToolClick);
            this.toolbarsManager.ToolKeyPress += new Infragistics.Win.UltraWinToolbars.ToolKeyPressEventHandler(this.toolbarsManager_ToolKeyPress);
            // 
            // editor
            // 
            this.editor.AccessibleDescription = null;
            this.editor.AccessibleName = null;
            this.editor.ActiveView = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
            this.editor.AllowBreakPoints = false;
            resources.ApplyResources(this.editor, "editor");
            this.editor.AutoListPosition = null;
            this.editor.AutoListSelectedText = "a123";
            this.editor.AutoListVisible = false;
            this.editor.BackgroundImage = null;
            this.editor.BorderStyle = Fireball.Windows.Forms.ControlBorderStyle.SunkenThin;
            this.toolbarsManager.SetContextMenuUltra(this.editor, "mnuEdit");
            this.editor.CopyAsRTF = false;
            this.editor.Document = this.syntaxDocument1;
            this.editor.Font = null;
            this.editor.FontSize = 9.5F;
            this.editor.HighLightActiveLine = true;
            this.editor.InfoTipCount = 1;
            this.editor.InfoTipPosition = null;
            this.editor.InfoTipSelectedIndex = 1;
            this.editor.InfoTipVisible = false;
            lineMarginRender1.Bounds = new System.Drawing.Rectangle(19, 0, 18, 15);
            this.editor.LineMarginRender = lineMarginRender1;
            this.editor.LockCursorUpdate = false;
            this.editor.Name = "editor";
            this.editor.Saved = false;
            this.editor.ShowScopeIndicator = false;
            this.editor.SmoothScroll = false;
            this.editor.SplitviewH = -4;
            this.editor.SplitviewV = -4;
            this.editor.TabGuideColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(243)))), ((int)(((byte)(234)))));
            this.editor.WhitespaceColor = System.Drawing.SystemColors.ControlDark;
            this.editor.SelectionChange += new System.EventHandler(this.editor_SelectionChange);
            this.editor.CaretChange += new System.EventHandler(this.editor_CaretChange);
            // 
            // syntaxDocument1
            // 
            this.syntaxDocument1.Lines = new string[] {
        ""};
            this.syntaxDocument1.MaxUndoBufferSize = 1000;
            this.syntaxDocument1.Modified = false;
            this.syntaxDocument1.UndoStep = 0;
            this.syntaxDocument1.ModifiedChanged += new System.EventHandler(this.syntaxDocument1_ModifiedChanged);
            // 
            // frmCodeEditor_Fill_Panel
            // 
            this.frmCodeEditor_Fill_Panel.AccessibleDescription = null;
            this.frmCodeEditor_Fill_Panel.AccessibleName = null;
            resources.ApplyResources(this.frmCodeEditor_Fill_Panel, "frmCodeEditor_Fill_Panel");
            this.frmCodeEditor_Fill_Panel.BackgroundImage = null;
            this.frmCodeEditor_Fill_Panel.Controls.Add(this.editor);
            this.frmCodeEditor_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
            this.frmCodeEditor_Fill_Panel.Font = null;
            this.frmCodeEditor_Fill_Panel.Name = "frmCodeEditor_Fill_Panel";
            // 
            // _frmCodeEditor_Toolbars_Dock_Area_Left
            // 
            this._frmCodeEditor_Toolbars_Dock_Area_Left.AccessibleDescription = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Left.AccessibleName = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmCodeEditor_Toolbars_Dock_Area_Left, "_frmCodeEditor_Toolbars_Dock_Area_Left");
            this._frmCodeEditor_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
            this._frmCodeEditor_Toolbars_Dock_Area_Left.BackgroundImage = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
            this._frmCodeEditor_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmCodeEditor_Toolbars_Dock_Area_Left.Name = "_frmCodeEditor_Toolbars_Dock_Area_Left";
            this._frmCodeEditor_Toolbars_Dock_Area_Left.ToolbarsManager = this.toolbarsManager;
            // 
            // _frmCodeEditor_Toolbars_Dock_Area_Right
            // 
            this._frmCodeEditor_Toolbars_Dock_Area_Right.AccessibleDescription = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Right.AccessibleName = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmCodeEditor_Toolbars_Dock_Area_Right, "_frmCodeEditor_Toolbars_Dock_Area_Right");
            this._frmCodeEditor_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
            this._frmCodeEditor_Toolbars_Dock_Area_Right.BackgroundImage = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
            this._frmCodeEditor_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmCodeEditor_Toolbars_Dock_Area_Right.Name = "_frmCodeEditor_Toolbars_Dock_Area_Right";
            this._frmCodeEditor_Toolbars_Dock_Area_Right.ToolbarsManager = this.toolbarsManager;
            // 
            // _frmCodeEditor_Toolbars_Dock_Area_Top
            // 
            this._frmCodeEditor_Toolbars_Dock_Area_Top.AccessibleDescription = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Top.AccessibleName = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmCodeEditor_Toolbars_Dock_Area_Top, "_frmCodeEditor_Toolbars_Dock_Area_Top");
            this._frmCodeEditor_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
            this._frmCodeEditor_Toolbars_Dock_Area_Top.BackgroundImage = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
            this._frmCodeEditor_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmCodeEditor_Toolbars_Dock_Area_Top.Name = "_frmCodeEditor_Toolbars_Dock_Area_Top";
            this._frmCodeEditor_Toolbars_Dock_Area_Top.ToolbarsManager = this.toolbarsManager;
            // 
            // _frmCodeEditor_Toolbars_Dock_Area_Bottom
            // 
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.AccessibleDescription = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.AccessibleName = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmCodeEditor_Toolbars_Dock_Area_Bottom, "_frmCodeEditor_Toolbars_Dock_Area_Bottom");
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.BackgroundImage = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.Name = "_frmCodeEditor_Toolbars_Dock_Area_Bottom";
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.toolbarsManager;
            // 
            // dockManager
            // 
            this.dockManager.CaptionStyle = Infragistics.Win.UltraWinDock.CaptionStyle.Office2003;
            dockableControlPane1.Control = this.codeStructTreeView;
            dockableControlPane1.FlyoutSize = new System.Drawing.Size(175, -1);
            dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(0, 0, 185, 494);
            dockableControlPane1.Size = new System.Drawing.Size(100, 100);
            resources.ApplyResources(dockableControlPane1, "dockableControlPane1");
            dockableControlPane1.TextTab = null;
            dockableControlPane1.ToolTipTab = null;
            dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane1});
            dockAreaPane1.Size = new System.Drawing.Size(175, 414);
            resources.ApplyResources(dockAreaPane1, "dockAreaPane1");
            dockAreaPane1.TextTab = null;
            dockAreaPane1.ToolTipTab = null;
            this.dockManager.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
            dockAreaPane1});
            this.dockManager.HostControl = this;
            this.dockManager.ShowCloseButton = false;
            this.dockManager.WindowStyle = Infragistics.Win.UltraWinDock.WindowStyle.Office2003;
            // 
            // _frmCodeEditorUnpinnedTabAreaLeft
            // 
            this._frmCodeEditorUnpinnedTabAreaLeft.AccessibleDescription = null;
            this._frmCodeEditorUnpinnedTabAreaLeft.AccessibleName = null;
            resources.ApplyResources(this._frmCodeEditorUnpinnedTabAreaLeft, "_frmCodeEditorUnpinnedTabAreaLeft");
            this._frmCodeEditorUnpinnedTabAreaLeft.BackgroundImage = null;
            this._frmCodeEditorUnpinnedTabAreaLeft.Name = "_frmCodeEditorUnpinnedTabAreaLeft";
            this._frmCodeEditorUnpinnedTabAreaLeft.Owner = this.dockManager;
            // 
            // _frmCodeEditorUnpinnedTabAreaRight
            // 
            this._frmCodeEditorUnpinnedTabAreaRight.AccessibleDescription = null;
            this._frmCodeEditorUnpinnedTabAreaRight.AccessibleName = null;
            resources.ApplyResources(this._frmCodeEditorUnpinnedTabAreaRight, "_frmCodeEditorUnpinnedTabAreaRight");
            this._frmCodeEditorUnpinnedTabAreaRight.BackgroundImage = null;
            this._frmCodeEditorUnpinnedTabAreaRight.Name = "_frmCodeEditorUnpinnedTabAreaRight";
            this._frmCodeEditorUnpinnedTabAreaRight.Owner = this.dockManager;
            // 
            // _frmCodeEditorUnpinnedTabAreaTop
            // 
            this._frmCodeEditorUnpinnedTabAreaTop.AccessibleDescription = null;
            this._frmCodeEditorUnpinnedTabAreaTop.AccessibleName = null;
            resources.ApplyResources(this._frmCodeEditorUnpinnedTabAreaTop, "_frmCodeEditorUnpinnedTabAreaTop");
            this._frmCodeEditorUnpinnedTabAreaTop.BackgroundImage = null;
            this._frmCodeEditorUnpinnedTabAreaTop.Name = "_frmCodeEditorUnpinnedTabAreaTop";
            this._frmCodeEditorUnpinnedTabAreaTop.Owner = this.dockManager;
            // 
            // _frmCodeEditorUnpinnedTabAreaBottom
            // 
            this._frmCodeEditorUnpinnedTabAreaBottom.AccessibleDescription = null;
            this._frmCodeEditorUnpinnedTabAreaBottom.AccessibleName = null;
            resources.ApplyResources(this._frmCodeEditorUnpinnedTabAreaBottom, "_frmCodeEditorUnpinnedTabAreaBottom");
            this._frmCodeEditorUnpinnedTabAreaBottom.BackgroundImage = null;
            this._frmCodeEditorUnpinnedTabAreaBottom.Name = "_frmCodeEditorUnpinnedTabAreaBottom";
            this._frmCodeEditorUnpinnedTabAreaBottom.Owner = this.dockManager;
            // 
            // _frmCodeEditorAutoHideControl
            // 
            this._frmCodeEditorAutoHideControl.AccessibleDescription = null;
            this._frmCodeEditorAutoHideControl.AccessibleName = null;
            resources.ApplyResources(this._frmCodeEditorAutoHideControl, "_frmCodeEditorAutoHideControl");
            this._frmCodeEditorAutoHideControl.BackgroundImage = null;
            this._frmCodeEditorAutoHideControl.Name = "_frmCodeEditorAutoHideControl";
            this._frmCodeEditorAutoHideControl.Owner = this.dockManager;
            // 
            // windowDockingArea1
            // 
            this.windowDockingArea1.AccessibleDescription = null;
            this.windowDockingArea1.AccessibleName = null;
            resources.ApplyResources(this.windowDockingArea1, "windowDockingArea1");
            this.windowDockingArea1.BackgroundImage = null;
            this.windowDockingArea1.Controls.Add(this.dockableWindow1);
            this.windowDockingArea1.Name = "windowDockingArea1";
            this.windowDockingArea1.Owner = this.dockManager;
            // 
            // dockableWindow1
            // 
            this.dockableWindow1.AccessibleDescription = null;
            this.dockableWindow1.AccessibleName = null;
            resources.ApplyResources(this.dockableWindow1, "dockableWindow1");
            this.dockableWindow1.BackgroundImage = null;
            this.dockableWindow1.Controls.Add(this.codeStructTreeView);
            this.dockableWindow1.Font = null;
            this.dockableWindow1.Name = "dockableWindow1";
            this.dockableWindow1.Owner = this.dockManager;
            // 
            // frmCodeEditor
            // 
            this.AccessibleDescription = null;
            this.AccessibleName = null;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = null;
            this.Controls.Add(this._frmCodeEditorAutoHideControl);
            this.Controls.Add(this.frmCodeEditor_Fill_Panel);
            this.Controls.Add(this.windowDockingArea1);
            this.Controls.Add(this._frmCodeEditorUnpinnedTabAreaTop);
            this.Controls.Add(this._frmCodeEditorUnpinnedTabAreaBottom);
            this.Controls.Add(this._frmCodeEditorUnpinnedTabAreaRight);
            this.Controls.Add(this._frmCodeEditorUnpinnedTabAreaLeft);
            this.Controls.Add(this._frmCodeEditor_Toolbars_Dock_Area_Left);
            this.Controls.Add(this._frmCodeEditor_Toolbars_Dock_Area_Right);
            this.Controls.Add(this._frmCodeEditor_Toolbars_Dock_Area_Top);
            this.Controls.Add(this._frmCodeEditor_Toolbars_Dock_Area_Bottom);
            this.KeyPreview = true;
            this.Name = "frmCodeEditor";
            this.Load += new System.EventHandler(this.frmCodeEditor_Load);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCodeEditor_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).EndInit();
            this.frmCodeEditor_Fill_Panel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dockManager)).EndInit();
            this.windowDockingArea1.ResumeLayout(false);
            this.dockableWindow1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
示例#3
0
        /// <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();
            Fireball.Windows.Forms.LineMarginRender lineMarginRender1 = new Fireball.Windows.Forms.LineMarginRender();
            this.output = new System.Windows.Forms.TextBox();
            this.exec = new System.Windows.Forms.Button();
            this.sourceCodePrintDocument1 = new Fireball.Syntax.SourceCodePrintDocument();
            this.codeEditorControl1 = new Fireball.Windows.Forms.CodeEditorControl();
            this.syntaxDocument1 = new Fireball.Syntax.SyntaxDocument(this.components);
            this.SuspendLayout();
            // 
            // output
            // 
            this.output.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.output.Location = new System.Drawing.Point(12, 255);
            this.output.Multiline = true;
            this.output.Name = "output";
            this.output.Size = new System.Drawing.Size(570, 197);
            this.output.TabIndex = 1;
            // 
            // exec
            // 
            this.exec.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.exec.Location = new System.Drawing.Point(12, 226);
            this.exec.Name = "exec";
            this.exec.Size = new System.Drawing.Size(570, 23);
            this.exec.TabIndex = 2;
            this.exec.Text = "Execute";
            this.exec.UseVisualStyleBackColor = true;
            // 
            // sourceCodePrintDocument1
            // 
            this.sourceCodePrintDocument1.Document = null;
            // 
            // codeEditorControl1
            // 
            this.codeEditorControl1.ActiveView = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
            this.codeEditorControl1.AutoListPosition = null;
            this.codeEditorControl1.AutoListSelectedText = "";
            this.codeEditorControl1.AutoListVisible = false;
            this.codeEditorControl1.CopyAsRTF = false;
            this.codeEditorControl1.Document = this.syntaxDocument1;
            this.codeEditorControl1.InfoTipCount = 1;
            this.codeEditorControl1.InfoTipPosition = null;
            this.codeEditorControl1.InfoTipSelectedIndex = 0;
            this.codeEditorControl1.InfoTipVisible = false;
            lineMarginRender1.Bounds = new System.Drawing.Rectangle(19, 0, 19, 16);
            this.codeEditorControl1.LineMarginRender = lineMarginRender1;
            this.codeEditorControl1.Location = new System.Drawing.Point(12, 12);
            this.codeEditorControl1.LockCursorUpdate = false;
            this.codeEditorControl1.Name = "codeEditorControl1";
            this.codeEditorControl1.Saved = false;
            this.codeEditorControl1.ShowScopeIndicator = false;
            this.codeEditorControl1.Size = new System.Drawing.Size(570, 208);
            this.codeEditorControl1.SmoothScroll = false;
            this.codeEditorControl1.SplitviewH = -4;
            this.codeEditorControl1.SplitviewV = -4;
            this.codeEditorControl1.TabGuideColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
            this.codeEditorControl1.TabIndex = 3;
            this.codeEditorControl1.Text = "codeEditorControl1";
            this.codeEditorControl1.WhitespaceColor = System.Drawing.SystemColors.ControlDark;
            // 
            // syntaxDocument1
            // 
            this.syntaxDocument1.Lines = new string[] {
        ""};
            this.syntaxDocument1.MaxUndoBufferSize = 1000;
            this.syntaxDocument1.Modified = false;
            this.syntaxDocument1.UndoStep = 0;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(594, 464);
            this.Controls.Add(this.codeEditorControl1);
            this.Controls.Add(this.exec);
            this.Controls.Add(this.output);
            this.Name = "Form1";
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
示例#4
0
 /// <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(frmCodeEditor));
     Infragistics.Win.UltraWinToolbars.UltraToolbar  ultraToolbar1  = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Code editor menu");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuEdit");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool2 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuScript");
     Infragistics.Win.UltraWinToolbars.UltraToolbar  ultraToolbar2  = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Code editor tools");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool1    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUndo");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool2    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRedo");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool3    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCut");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool4    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCopy");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool5    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuPaste");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool6    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool7    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUpdateCodeStructure");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool8    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCompile");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool9    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRun");
     Infragistics.Win.UltraWinToolbars.UltraToolbar  ultraToolbar3  = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Locating");
     Infragistics.Win.UltraWinToolbars.LabelTool     labelTool1     = new Infragistics.Win.UltraWinToolbars.LabelTool("mnuFindLabel");
     Infragistics.Win.UltraWinToolbars.ComboBoxTool  comboBoxTool1  = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("mnuFindField");
     Infragistics.Win.UltraWinToolbars.LabelTool     labelTool2     = new Infragistics.Win.UltraWinToolbars.LabelTool("mnuGotoLineLabel");
     Infragistics.Win.UltraWinToolbars.TextBoxTool   textBoxTool1   = new Infragistics.Win.UltraWinToolbars.TextBoxTool("mnuGotoLine");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool3 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuEdit");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool10   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUndo");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool11   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRedo");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool12   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCut");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool13   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCopy");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool14   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuPaste");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool15   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool16   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSelectAll");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool4 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuScript");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool17   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUpdateCodeStructure");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool18   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCompile");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool19   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRun");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool20   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUndo");
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool21 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRedo");
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCopy");
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool23 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuPaste");
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCut");
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool25 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSelectAll");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool26 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool27 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUpdateCodeStructure");
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool28 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCompile");
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool29 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRun");
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ComboBoxTool comboBoxTool2 = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("mnuFindField");
     Infragistics.Win.ValueList valueList1 = new Infragistics.Win.ValueList(0);
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool3 = new Infragistics.Win.UltraWinToolbars.LabelTool("mnuFindLabel");
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.TextBoxTool textBoxTool2             = new Infragistics.Win.UltraWinToolbars.TextBoxTool("mnuGotoLine");
     Infragistics.Win.UltraWinToolbars.LabelTool   labelTool4               = new Infragistics.Win.UltraWinToolbars.LabelTool("mnuGotoLineLabel");
     Infragistics.Win.Appearance                       appearance11         = new Infragistics.Win.Appearance();
     Fireball.Windows.Forms.LineMarginRender           lineMarginRender1    = new Fireball.Windows.Forms.LineMarginRender();
     Infragistics.Win.UltraWinDock.DockAreaPane        dockAreaPane1        = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedLeft, new System.Guid("f694993e-09d7-4a31-a93b-c4def9ae9808"));
     Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("eed9e4a0-d8df-4a5c-8e73-ff16fd379fb6"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("f694993e-09d7-4a31-a93b-c4def9ae9808"), -1);
     this.codeStructTreeView  = new System.Windows.Forms.TreeView();
     this.codeStructImageList = new System.Windows.Forms.ImageList(this.components);
     this.toolbarsManager     = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this.editor                   = new Fireball.Windows.Forms.CodeEditorControl();
     this.syntaxDocument1          = new Fireball.Syntax.SyntaxDocument(this.components);
     this.frmCodeEditor_Fill_Panel = new System.Windows.Forms.Panel();
     this._frmCodeEditor_Toolbars_Dock_Area_Left   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._frmCodeEditor_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._frmCodeEditor_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.dockManager = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
     this._frmCodeEditorUnpinnedTabAreaLeft   = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._frmCodeEditorUnpinnedTabAreaRight  = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._frmCodeEditorUnpinnedTabAreaTop    = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._frmCodeEditorUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._frmCodeEditorAutoHideControl       = new Infragistics.Win.UltraWinDock.AutoHideControl();
     this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.dockableWindow1    = new Infragistics.Win.UltraWinDock.DockableWindow();
     ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).BeginInit();
     this.frmCodeEditor_Fill_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager)).BeginInit();
     this.windowDockingArea1.SuspendLayout();
     this.dockableWindow1.SuspendLayout();
     this.SuspendLayout();
     //
     // codeStructTreeView
     //
     this.codeStructTreeView.AccessibleDescription = null;
     this.codeStructTreeView.AccessibleName        = null;
     resources.ApplyResources(this.codeStructTreeView, "codeStructTreeView");
     this.codeStructTreeView.BackgroundImage = null;
     this.toolbarsManager.SetContextMenuUltra(this.codeStructTreeView, "mnuScript");
     this.codeStructTreeView.Font          = null;
     this.codeStructTreeView.FullRowSelect = true;
     this.codeStructTreeView.HideSelection = false;
     this.codeStructTreeView.ImageList     = this.codeStructImageList;
     this.codeStructTreeView.Name          = "codeStructTreeView";
     this.codeStructTreeView.DoubleClick  += new System.EventHandler(this.codeStructTreeView_DoubleClick);
     //
     // codeStructImageList
     //
     this.codeStructImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("codeStructImageList.ImageStream")));
     this.codeStructImageList.TransparentColor = System.Drawing.Color.Fuchsia;
     this.codeStructImageList.Images.SetKeyName(0, "Struct");
     this.codeStructImageList.Images.SetKeyName(1, "Class");
     this.codeStructImageList.Images.SetKeyName(2, "Enum");
     this.codeStructImageList.Images.SetKeyName(3, "Interface");
     this.codeStructImageList.Images.SetKeyName(4, "PrivateClass");
     this.codeStructImageList.Images.SetKeyName(5, "PrivateEnum");
     this.codeStructImageList.Images.SetKeyName(6, "PrivateInterface");
     this.codeStructImageList.Images.SetKeyName(7, "PrivateStruct");
     this.codeStructImageList.Images.SetKeyName(8, "Namespace");
     this.codeStructImageList.Images.SetKeyName(9, "Property");
     this.codeStructImageList.Images.SetKeyName(10, "Event");
     this.codeStructImageList.Images.SetKeyName(11, "Field");
     this.codeStructImageList.Images.SetKeyName(12, "Method");
     this.codeStructImageList.Images.SetKeyName(13, "PrivateEvent");
     this.codeStructImageList.Images.SetKeyName(14, "PrivateField");
     this.codeStructImageList.Images.SetKeyName(15, "PrivateMethod");
     this.codeStructImageList.Images.SetKeyName(16, "PrivateProperty");
     this.codeStructImageList.Images.SetKeyName(17, "Error");
     //
     // toolbarsManager
     //
     this.toolbarsManager.DesignerFlags               = 1;
     this.toolbarsManager.DockWithinContainer         = this;
     this.toolbarsManager.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
     this.toolbarsManager.ImageTransparentColor       = System.Drawing.Color.Fuchsia;
     this.toolbarsManager.ShowFullMenusDelay          = 500;
     this.toolbarsManager.Style  = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
     ultraToolbar1.DockedColumn  = 0;
     ultraToolbar1.DockedRow     = 0;
     ultraToolbar1.IsMainMenuBar = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         popupMenuTool1,
         popupMenuTool2
     });
     resources.ApplyResources(ultraToolbar1, "ultraToolbar1");
     ultraToolbar2.DockedColumn = 0;
     ultraToolbar2.DockedRow    = 1;
     buttonTool3.InstanceProps.IsFirstInGroup = true;
     buttonTool7.InstanceProps.IsFirstInGroup = true;
     buttonTool8.InstanceProps.IsFirstInGroup = true;
     ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool1,
         buttonTool2,
         buttonTool3,
         buttonTool4,
         buttonTool5,
         buttonTool6,
         buttonTool7,
         buttonTool8,
         buttonTool9
     });
     resources.ApplyResources(ultraToolbar2, "ultraToolbar2");
     ultraToolbar3.DockedColumn        = 0;
     ultraToolbar3.DockedRow           = 2;
     comboBoxTool1.InstanceProps.Width = 174;
     ultraToolbar3.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         labelTool1,
         comboBoxTool1,
         labelTool2,
         textBoxTool1
     });
     ultraToolbar3.Settings.AllowDockLeft  = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar3.Settings.AllowDockRight = Infragistics.Win.DefaultableBoolean.False;
     resources.ApplyResources(ultraToolbar3, "ultraToolbar3");
     this.toolbarsManager.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar1,
         ultraToolbar2,
         ultraToolbar3
     });
     popupMenuTool3.SharedProps.Caption        = resources.GetString("resource.Caption");
     popupMenuTool3.SharedProps.MergeOrder     = 110;
     popupMenuTool3.SharedProps.ToolTipText    = resources.GetString("resource.ToolTipText");
     buttonTool12.InstanceProps.IsFirstInGroup = true;
     buttonTool16.InstanceProps.IsFirstInGroup = true;
     popupMenuTool3.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool10,
         buttonTool11,
         buttonTool12,
         buttonTool13,
         buttonTool14,
         buttonTool15,
         buttonTool16
     });
     popupMenuTool4.SharedProps.Caption        = resources.GetString("resource.Caption1");
     popupMenuTool4.SharedProps.MergeOrder     = 210;
     popupMenuTool4.SharedProps.ToolTipText    = resources.GetString("resource.ToolTipText1");
     buttonTool18.InstanceProps.IsFirstInGroup = true;
     popupMenuTool4.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool17,
         buttonTool18,
         buttonTool19
     });
     appearance1.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_UNDO;
     resources.ApplyResources(appearance1, "appearance1");
     buttonTool20.SharedProps.AppearancesSmall.Appearance = appearance1;
     buttonTool20.SharedProps.Caption  = resources.GetString("resource.Caption2");
     buttonTool20.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlZ;
     appearance2.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_REDO;
     resources.ApplyResources(appearance2, "appearance2");
     buttonTool21.SharedProps.AppearancesSmall.Appearance = appearance2;
     buttonTool21.SharedProps.Caption  = resources.GetString("resource.Caption3");
     buttonTool21.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlY;
     appearance3.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_COPY;
     resources.ApplyResources(appearance3, "appearance3");
     buttonTool22.SharedProps.AppearancesSmall.Appearance = appearance3;
     buttonTool22.SharedProps.Caption  = resources.GetString("resource.Caption4");
     buttonTool22.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlC;
     appearance4.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_PASTE;
     resources.ApplyResources(appearance4, "appearance4");
     buttonTool23.SharedProps.AppearancesSmall.Appearance = appearance4;
     buttonTool23.SharedProps.Caption  = resources.GetString("resource.Caption5");
     buttonTool23.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlV;
     appearance5.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_CUT;
     resources.ApplyResources(appearance5, "appearance5");
     buttonTool24.SharedProps.AppearancesSmall.Appearance = appearance5;
     buttonTool24.SharedProps.Caption  = resources.GetString("resource.Caption6");
     buttonTool24.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlX;
     buttonTool25.SharedProps.Caption  = resources.GetString("resource.Caption7");
     buttonTool25.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlA;
     appearance6.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_DELETE2;
     resources.ApplyResources(appearance6, "appearance6");
     buttonTool26.SharedProps.AppearancesSmall.Appearance = appearance6;
     buttonTool26.SharedProps.Caption = resources.GetString("resource.Caption8");
     appearance7.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_UPDATELIST;
     resources.ApplyResources(appearance7, "appearance7");
     buttonTool27.SharedProps.AppearancesSmall.Appearance = appearance7;
     buttonTool27.SharedProps.Caption  = resources.GetString("resource.Caption9");
     buttonTool27.SharedProps.Shortcut = System.Windows.Forms.Shortcut.F6;
     appearance8.Image = ((object)(resources.GetObject("appearance8.Image")));
     resources.ApplyResources(appearance8, "appearance8");
     buttonTool28.SharedProps.AppearancesSmall.Appearance = appearance8;
     buttonTool28.SharedProps.Caption     = resources.GetString("resource.Caption10");
     buttonTool28.SharedProps.Shortcut    = System.Windows.Forms.Shortcut.CtrlF9;
     buttonTool28.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText2");
     appearance9.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_RUN;
     resources.ApplyResources(appearance9, "appearance9");
     buttonTool29.SharedProps.AppearancesSmall.Appearance = appearance9;
     buttonTool29.SharedProps.Caption      = resources.GetString("resource.Caption11");
     buttonTool29.SharedProps.Shortcut     = System.Windows.Forms.Shortcut.F9;
     buttonTool29.SharedProps.ToolTipText  = resources.GetString("resource.ToolTipText3");
     comboBoxTool2.AutoComplete            = true;
     comboBoxTool2.DropDownStyle           = Infragistics.Win.DropDownStyle.DropDown;
     comboBoxTool2.SharedProps.Caption     = resources.GetString("resource.Caption12");
     comboBoxTool2.SharedProps.Shortcut    = System.Windows.Forms.Shortcut.CtrlF;
     comboBoxTool2.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText4");
     comboBoxTool2.ValueList = valueList1;
     appearance10.Image      = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_FIND;
     resources.ApplyResources(appearance10, "appearance10");
     labelTool3.SharedProps.AppearancesSmall.Appearance = appearance10;
     labelTool3.SharedProps.Caption       = resources.GetString("resource.Caption13");
     textBoxTool2.SharedProps.Caption     = resources.GetString("resource.Caption14");
     textBoxTool2.SharedProps.Shortcut    = System.Windows.Forms.Shortcut.CtrlG;
     textBoxTool2.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText5");
     appearance11.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_GOTOLINE;
     resources.ApplyResources(appearance11, "appearance11");
     labelTool4.SharedProps.AppearancesSmall.Appearance = appearance11;
     labelTool4.SharedProps.Caption = resources.GetString("resource.Caption15");
     this.toolbarsManager.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         popupMenuTool3,
         popupMenuTool4,
         buttonTool20,
         buttonTool21,
         buttonTool22,
         buttonTool23,
         buttonTool24,
         buttonTool25,
         buttonTool26,
         buttonTool27,
         buttonTool28,
         buttonTool29,
         comboBoxTool2,
         labelTool3,
         textBoxTool2,
         labelTool4
     });
     this.toolbarsManager.ToolClick    += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.toolbarsManager_ToolClick);
     this.toolbarsManager.ToolKeyPress += new Infragistics.Win.UltraWinToolbars.ToolKeyPressEventHandler(this.toolbarsManager_ToolKeyPress);
     //
     // editor
     //
     this.editor.AccessibleDescription = null;
     this.editor.AccessibleName        = null;
     this.editor.ActiveView            = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
     this.editor.AllowBreakPoints      = false;
     resources.ApplyResources(this.editor, "editor");
     this.editor.AutoListPosition     = null;
     this.editor.AutoListSelectedText = "a123";
     this.editor.AutoListVisible      = false;
     this.editor.BackgroundImage      = null;
     this.editor.BorderStyle          = Fireball.Windows.Forms.ControlBorderStyle.SunkenThin;
     this.toolbarsManager.SetContextMenuUltra(this.editor, "mnuEdit");
     this.editor.CopyAsRTF            = false;
     this.editor.Document             = this.syntaxDocument1;
     this.editor.Font                 = null;
     this.editor.FontSize             = 9.5F;
     this.editor.HighLightActiveLine  = true;
     this.editor.InfoTipCount         = 1;
     this.editor.InfoTipPosition      = null;
     this.editor.InfoTipSelectedIndex = 1;
     this.editor.InfoTipVisible       = false;
     lineMarginRender1.Bounds         = new System.Drawing.Rectangle(19, 0, 18, 15);
     this.editor.LineMarginRender     = lineMarginRender1;
     this.editor.LockCursorUpdate     = false;
     this.editor.Name                 = "editor";
     this.editor.Saved                = false;
     this.editor.ShowScopeIndicator   = false;
     this.editor.SmoothScroll         = false;
     this.editor.SplitviewH           = -4;
     this.editor.SplitviewV           = -4;
     this.editor.TabGuideColor        = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(243)))), ((int)(((byte)(234)))));
     this.editor.WhitespaceColor      = System.Drawing.SystemColors.ControlDark;
     this.editor.SelectionChange     += new System.EventHandler(this.editor_SelectionChange);
     this.editor.CaretChange         += new System.EventHandler(this.editor_CaretChange);
     //
     // syntaxDocument1
     //
     this.syntaxDocument1.Lines = new string[] {
         ""
     };
     this.syntaxDocument1.MaxUndoBufferSize = 1000;
     this.syntaxDocument1.Modified          = false;
     this.syntaxDocument1.UndoStep          = 0;
     this.syntaxDocument1.ModifiedChanged  += new System.EventHandler(this.syntaxDocument1_ModifiedChanged);
     //
     // frmCodeEditor_Fill_Panel
     //
     this.frmCodeEditor_Fill_Panel.AccessibleDescription = null;
     this.frmCodeEditor_Fill_Panel.AccessibleName        = null;
     resources.ApplyResources(this.frmCodeEditor_Fill_Panel, "frmCodeEditor_Fill_Panel");
     this.frmCodeEditor_Fill_Panel.BackgroundImage = null;
     this.frmCodeEditor_Fill_Panel.Controls.Add(this.editor);
     this.frmCodeEditor_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.frmCodeEditor_Fill_Panel.Font   = null;
     this.frmCodeEditor_Fill_Panel.Name   = "frmCodeEditor_Fill_Panel";
     //
     // _frmCodeEditor_Toolbars_Dock_Area_Left
     //
     this._frmCodeEditor_Toolbars_Dock_Area_Left.AccessibleDescription = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Left.AccessibleName        = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Left.AccessibleRole        = System.Windows.Forms.AccessibleRole.Grouping;
     resources.ApplyResources(this._frmCodeEditor_Toolbars_Dock_Area_Left, "_frmCodeEditor_Toolbars_Dock_Area_Left");
     this._frmCodeEditor_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this._frmCodeEditor_Toolbars_Dock_Area_Left.BackgroundImage = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._frmCodeEditor_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmCodeEditor_Toolbars_Dock_Area_Left.Name            = "_frmCodeEditor_Toolbars_Dock_Area_Left";
     this._frmCodeEditor_Toolbars_Dock_Area_Left.ToolbarsManager = this.toolbarsManager;
     //
     // _frmCodeEditor_Toolbars_Dock_Area_Right
     //
     this._frmCodeEditor_Toolbars_Dock_Area_Right.AccessibleDescription = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Right.AccessibleName        = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Right.AccessibleRole        = System.Windows.Forms.AccessibleRole.Grouping;
     resources.ApplyResources(this._frmCodeEditor_Toolbars_Dock_Area_Right, "_frmCodeEditor_Toolbars_Dock_Area_Right");
     this._frmCodeEditor_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this._frmCodeEditor_Toolbars_Dock_Area_Right.BackgroundImage = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._frmCodeEditor_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmCodeEditor_Toolbars_Dock_Area_Right.Name            = "_frmCodeEditor_Toolbars_Dock_Area_Right";
     this._frmCodeEditor_Toolbars_Dock_Area_Right.ToolbarsManager = this.toolbarsManager;
     //
     // _frmCodeEditor_Toolbars_Dock_Area_Top
     //
     this._frmCodeEditor_Toolbars_Dock_Area_Top.AccessibleDescription = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Top.AccessibleName        = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Top.AccessibleRole        = System.Windows.Forms.AccessibleRole.Grouping;
     resources.ApplyResources(this._frmCodeEditor_Toolbars_Dock_Area_Top, "_frmCodeEditor_Toolbars_Dock_Area_Top");
     this._frmCodeEditor_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this._frmCodeEditor_Toolbars_Dock_Area_Top.BackgroundImage = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._frmCodeEditor_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmCodeEditor_Toolbars_Dock_Area_Top.Name            = "_frmCodeEditor_Toolbars_Dock_Area_Top";
     this._frmCodeEditor_Toolbars_Dock_Area_Top.ToolbarsManager = this.toolbarsManager;
     //
     // _frmCodeEditor_Toolbars_Dock_Area_Bottom
     //
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.AccessibleDescription = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.AccessibleName        = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.AccessibleRole        = System.Windows.Forms.AccessibleRole.Grouping;
     resources.ApplyResources(this._frmCodeEditor_Toolbars_Dock_Area_Bottom, "_frmCodeEditor_Toolbars_Dock_Area_Bottom");
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.BackgroundImage = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.Name            = "_frmCodeEditor_Toolbars_Dock_Area_Bottom";
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.toolbarsManager;
     //
     // dockManager
     //
     this.dockManager.CaptionStyle              = Infragistics.Win.UltraWinDock.CaptionStyle.Office2003;
     dockableControlPane1.Control               = this.codeStructTreeView;
     dockableControlPane1.FlyoutSize            = new System.Drawing.Size(175, -1);
     dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(0, 0, 185, 494);
     dockableControlPane1.Size = new System.Drawing.Size(100, 100);
     resources.ApplyResources(dockableControlPane1, "dockableControlPane1");
     dockableControlPane1.TextTab    = null;
     dockableControlPane1.ToolTipTab = null;
     dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
         dockableControlPane1
     });
     dockAreaPane1.Size = new System.Drawing.Size(175, 414);
     resources.ApplyResources(dockAreaPane1, "dockAreaPane1");
     dockAreaPane1.TextTab    = null;
     dockAreaPane1.ToolTipTab = null;
     this.dockManager.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
         dockAreaPane1
     });
     this.dockManager.HostControl     = this;
     this.dockManager.ShowCloseButton = false;
     this.dockManager.WindowStyle     = Infragistics.Win.UltraWinDock.WindowStyle.Office2003;
     //
     // _frmCodeEditorUnpinnedTabAreaLeft
     //
     this._frmCodeEditorUnpinnedTabAreaLeft.AccessibleDescription = null;
     this._frmCodeEditorUnpinnedTabAreaLeft.AccessibleName        = null;
     resources.ApplyResources(this._frmCodeEditorUnpinnedTabAreaLeft, "_frmCodeEditorUnpinnedTabAreaLeft");
     this._frmCodeEditorUnpinnedTabAreaLeft.BackgroundImage = null;
     this._frmCodeEditorUnpinnedTabAreaLeft.Name            = "_frmCodeEditorUnpinnedTabAreaLeft";
     this._frmCodeEditorUnpinnedTabAreaLeft.Owner           = this.dockManager;
     //
     // _frmCodeEditorUnpinnedTabAreaRight
     //
     this._frmCodeEditorUnpinnedTabAreaRight.AccessibleDescription = null;
     this._frmCodeEditorUnpinnedTabAreaRight.AccessibleName        = null;
     resources.ApplyResources(this._frmCodeEditorUnpinnedTabAreaRight, "_frmCodeEditorUnpinnedTabAreaRight");
     this._frmCodeEditorUnpinnedTabAreaRight.BackgroundImage = null;
     this._frmCodeEditorUnpinnedTabAreaRight.Name            = "_frmCodeEditorUnpinnedTabAreaRight";
     this._frmCodeEditorUnpinnedTabAreaRight.Owner           = this.dockManager;
     //
     // _frmCodeEditorUnpinnedTabAreaTop
     //
     this._frmCodeEditorUnpinnedTabAreaTop.AccessibleDescription = null;
     this._frmCodeEditorUnpinnedTabAreaTop.AccessibleName        = null;
     resources.ApplyResources(this._frmCodeEditorUnpinnedTabAreaTop, "_frmCodeEditorUnpinnedTabAreaTop");
     this._frmCodeEditorUnpinnedTabAreaTop.BackgroundImage = null;
     this._frmCodeEditorUnpinnedTabAreaTop.Name            = "_frmCodeEditorUnpinnedTabAreaTop";
     this._frmCodeEditorUnpinnedTabAreaTop.Owner           = this.dockManager;
     //
     // _frmCodeEditorUnpinnedTabAreaBottom
     //
     this._frmCodeEditorUnpinnedTabAreaBottom.AccessibleDescription = null;
     this._frmCodeEditorUnpinnedTabAreaBottom.AccessibleName        = null;
     resources.ApplyResources(this._frmCodeEditorUnpinnedTabAreaBottom, "_frmCodeEditorUnpinnedTabAreaBottom");
     this._frmCodeEditorUnpinnedTabAreaBottom.BackgroundImage = null;
     this._frmCodeEditorUnpinnedTabAreaBottom.Name            = "_frmCodeEditorUnpinnedTabAreaBottom";
     this._frmCodeEditorUnpinnedTabAreaBottom.Owner           = this.dockManager;
     //
     // _frmCodeEditorAutoHideControl
     //
     this._frmCodeEditorAutoHideControl.AccessibleDescription = null;
     this._frmCodeEditorAutoHideControl.AccessibleName        = null;
     resources.ApplyResources(this._frmCodeEditorAutoHideControl, "_frmCodeEditorAutoHideControl");
     this._frmCodeEditorAutoHideControl.BackgroundImage = null;
     this._frmCodeEditorAutoHideControl.Name            = "_frmCodeEditorAutoHideControl";
     this._frmCodeEditorAutoHideControl.Owner           = this.dockManager;
     //
     // windowDockingArea1
     //
     this.windowDockingArea1.AccessibleDescription = null;
     this.windowDockingArea1.AccessibleName        = null;
     resources.ApplyResources(this.windowDockingArea1, "windowDockingArea1");
     this.windowDockingArea1.BackgroundImage = null;
     this.windowDockingArea1.Controls.Add(this.dockableWindow1);
     this.windowDockingArea1.Name  = "windowDockingArea1";
     this.windowDockingArea1.Owner = this.dockManager;
     //
     // dockableWindow1
     //
     this.dockableWindow1.AccessibleDescription = null;
     this.dockableWindow1.AccessibleName        = null;
     resources.ApplyResources(this.dockableWindow1, "dockableWindow1");
     this.dockableWindow1.BackgroundImage = null;
     this.dockableWindow1.Controls.Add(this.codeStructTreeView);
     this.dockableWindow1.Font  = null;
     this.dockableWindow1.Name  = "dockableWindow1";
     this.dockableWindow1.Owner = this.dockManager;
     //
     // frmCodeEditor
     //
     this.AccessibleDescription = null;
     this.AccessibleName        = null;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode   = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = null;
     this.Controls.Add(this._frmCodeEditorAutoHideControl);
     this.Controls.Add(this.frmCodeEditor_Fill_Panel);
     this.Controls.Add(this.windowDockingArea1);
     this.Controls.Add(this._frmCodeEditorUnpinnedTabAreaTop);
     this.Controls.Add(this._frmCodeEditorUnpinnedTabAreaBottom);
     this.Controls.Add(this._frmCodeEditorUnpinnedTabAreaRight);
     this.Controls.Add(this._frmCodeEditorUnpinnedTabAreaLeft);
     this.Controls.Add(this._frmCodeEditor_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._frmCodeEditor_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._frmCodeEditor_Toolbars_Dock_Area_Top);
     this.Controls.Add(this._frmCodeEditor_Toolbars_Dock_Area_Bottom);
     this.KeyPreview   = true;
     this.Name         = "frmCodeEditor";
     this.Load        += new System.EventHandler(this.frmCodeEditor_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCodeEditor_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).EndInit();
     this.frmCodeEditor_Fill_Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dockManager)).EndInit();
     this.windowDockingArea1.ResumeLayout(false);
     this.dockableWindow1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <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();
            Fireball.Windows.Forms.LineMarginRender lineMarginRender1 = new Fireball.Windows.Forms.LineMarginRender();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDataPreview));
            this.dgPreview = new System.Windows.Forms.DataGridView();
            this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.cboClassLeng = new System.Windows.Forms.ComboBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtClass = new Fireball.Windows.Forms.CodeEditorControl();
            this.sdClassOut = new Fireball.Syntax.SyntaxDocument(this.components);
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
            this.label1 = new System.Windows.Forms.Label();
            this.txtInput = new System.Windows.Forms.TextBox();
            this.lblResults = new System.Windows.Forms.Label();
            this.cmdReadTest = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
            this.dlgOpenTest = new System.Windows.Forms.OpenFileDialog();
            ((System.ComponentModel.ISupportInitialize)(this.dgPreview)).BeginInit();
            this.toolStripContainer1.ContentPanel.SuspendLayout();
            this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
            this.toolStripContainer1.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // dgPreview
            // 
            this.dgPreview.AllowUserToAddRows = false;
            this.dgPreview.AllowUserToDeleteRows = false;
            this.dgPreview.AllowUserToResizeRows = false;
            this.dgPreview.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.dgPreview.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
            this.dgPreview.ColumnHeadersHeight = 25;
            this.dgPreview.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.dgPreview.Location = new System.Drawing.Point(0, 29);
            this.dgPreview.Name = "dgPreview";
            this.dgPreview.ReadOnly = true;
            this.dgPreview.RowHeadersVisible = false;
            this.dgPreview.ShowEditingIcon = false;
            this.dgPreview.Size = new System.Drawing.Size(483, 208);
            this.dgPreview.TabIndex = 0;
            // 
            // toolStripContainer1
            // 
            // 
            // toolStripContainer1.ContentPanel
            // 
            this.toolStripContainer1.ContentPanel.Controls.Add(this.splitContainer1);
            this.toolStripContainer1.ContentPanel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(782, 436);
            this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
            this.toolStripContainer1.Name = "toolStripContainer1";
            this.toolStripContainer1.Size = new System.Drawing.Size(782, 461);
            this.toolStripContainer1.TabIndex = 1;
            this.toolStripContainer1.Text = "toolStripContainer1";
            // 
            // toolStripContainer1.TopToolStripPanel
            // 
            this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
            // 
            // splitContainer1
            // 
            this.splitContainer1.BackColor = System.Drawing.Color.SlateGray;
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.cboClassLeng);
            this.splitContainer1.Panel1.Controls.Add(this.label3);
            this.splitContainer1.Panel1.Controls.Add(this.txtClass);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
            this.splitContainer1.Size = new System.Drawing.Size(782, 436);
            this.splitContainer1.SplitterDistance = 296;
            this.splitContainer1.SplitterIncrement = 4;
            this.splitContainer1.SplitterWidth = 3;
            this.splitContainer1.TabIndex = 1;
            // 
            // cboClassLeng
            // 
            this.cboClassLeng.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cboClassLeng.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboClassLeng.FormattingEnabled = true;
            this.cboClassLeng.Items.AddRange(new object[] {
            "C#",
            "VB.NET"});
            this.cboClassLeng.Location = new System.Drawing.Point(233, 3);
            this.cboClassLeng.Name = "cboClassLeng";
            this.cboClassLeng.Size = new System.Drawing.Size(60, 21);
            this.cboClassLeng.TabIndex = 1007;
            this.cboClassLeng.SelectedIndexChanged += new System.EventHandler(this.cboClassLeng_SelectedIndexChanged);
            // 
            // label3
            // 
            this.label3.BackColor = System.Drawing.Color.LightSteelBlue;
            this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.label3.Dock = System.Windows.Forms.DockStyle.Top;
            this.label3.Font = new System.Drawing.Font("Trebuchet MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.ForeColor = System.Drawing.Color.Navy;
            this.label3.Location = new System.Drawing.Point(0, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(296, 30);
            this.label3.TabIndex = 1013;
            this.label3.Text = "Class Source";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // txtClass
            // 
            this.txtClass.ActiveView = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
            this.txtClass.AllowBreakPoints = false;
            this.txtClass.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.txtClass.AutoListAutoSelect = false;
            this.txtClass.AutoListPosition = null;
            this.txtClass.AutoListSelectedText = "a123";
            this.txtClass.AutoListVisible = false;
            this.txtClass.CopyAsRTF = false;
            this.txtClass.Document = this.sdClassOut;
            this.txtClass.FontSize = 9F;
            this.txtClass.GutterMarginWidth = 0;
            this.txtClass.Indent = Fireball.Windows.Forms.CodeEditor.IndentStyle.Smart;
            this.txtClass.InfoTipCount = 1;
            this.txtClass.InfoTipPosition = null;
            this.txtClass.InfoTipSelectedIndex = 1;
            this.txtClass.InfoTipVisible = false;
            lineMarginRender1.Bounds = new System.Drawing.Rectangle(0, 0, 18, 14);
            this.txtClass.LineMarginRender = lineMarginRender1;
            this.txtClass.Location = new System.Drawing.Point(0, 29);
            this.txtClass.LockCursorUpdate = false;
            this.txtClass.Name = "txtClass";
            this.txtClass.ParseOnPaste = true;
            this.txtClass.Saved = true;
            this.txtClass.ShowGutterMargin = false;
            this.txtClass.ShowScopeIndicator = false;
            this.txtClass.Size = new System.Drawing.Size(296, 407);
            this.txtClass.SmoothScroll = false;
            this.txtClass.SplitView = false;
            this.txtClass.SplitviewH = -4;
            this.txtClass.SplitviewV = -4;
            this.txtClass.TabGuideColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(243)))), ((int)(((byte)(234)))));
            this.txtClass.TabIndex = 1008;
            this.txtClass.WhitespaceColor = System.Drawing.SystemColors.ControlDark;
            // 
            // sdClassOut
            // 
            this.sdClassOut.Lines = new string[] {
        " "};
            this.sdClassOut.MaxUndoBufferSize = 1;
            this.sdClassOut.Modified = false;
            this.sdClassOut.UndoStep = 0;
            // 
            // splitContainer2
            // 
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.Location = new System.Drawing.Point(0, 0);
            this.splitContainer2.Name = "splitContainer2";
            this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(this.label1);
            this.splitContainer2.Panel1.Controls.Add(this.txtInput);
            // 
            // splitContainer2.Panel2
            // 
            this.splitContainer2.Panel2.Controls.Add(this.lblResults);
            this.splitContainer2.Panel2.Controls.Add(this.cmdReadTest);
            this.splitContainer2.Panel2.Controls.Add(this.dgPreview);
            this.splitContainer2.Panel2.Controls.Add(this.label2);
            this.splitContainer2.Size = new System.Drawing.Size(483, 436);
            this.splitContainer2.SplitterDistance = 196;
            this.splitContainer2.SplitterIncrement = 4;
            this.splitContainer2.SplitterWidth = 3;
            this.splitContainer2.TabIndex = 1;
            // 
            // label1
            // 
            this.label1.BackColor = System.Drawing.Color.PaleGoldenrod;
            this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.label1.Dock = System.Windows.Forms.DockStyle.Top;
            this.label1.Font = new System.Drawing.Font("Trebuchet MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.ForeColor = System.Drawing.Color.Navy;
            this.label1.Location = new System.Drawing.Point(0, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(483, 30);
            this.label1.TabIndex = 1;
            this.label1.Text = "Sample Data";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // txtInput
            // 
            this.txtInput.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.txtInput.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtInput.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.txtInput.Location = new System.Drawing.Point(0, 29);
            this.txtInput.Multiline = true;
            this.txtInput.Name = "txtInput";
            this.txtInput.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtInput.Size = new System.Drawing.Size(483, 166);
            this.txtInput.TabIndex = 0;
            this.txtInput.WordWrap = false;
            // 
            // lblResults
            // 
            this.lblResults.BackColor = System.Drawing.Color.DarkSeaGreen;
            this.lblResults.Location = new System.Drawing.Point(359, 6);
            this.lblResults.Name = "lblResults";
            this.lblResults.Size = new System.Drawing.Size(127, 20);
            this.lblResults.TabIndex = 1013;
            this.lblResults.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // cmdReadTest
            // 
            this.cmdReadTest.Image = global::FileHelpers.WizardApp.Properties.Resources.tick;
            this.cmdReadTest.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.cmdReadTest.Location = new System.Drawing.Point(0, 1);
            this.cmdReadTest.Name = "cmdReadTest";
            this.cmdReadTest.Size = new System.Drawing.Size(144, 28);
            this.cmdReadTest.TabIndex = 1011;
            this.cmdReadTest.Text = "Compile and Read Data";
            this.cmdReadTest.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.cmdReadTest.UseVisualStyleBackColor = true;
            this.cmdReadTest.Click += new System.EventHandler(this.cmdReadTest_Click);
            // 
            // label2
            // 
            this.label2.BackColor = System.Drawing.Color.DarkSeaGreen;
            this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.label2.Dock = System.Windows.Forms.DockStyle.Top;
            this.label2.Font = new System.Drawing.Font("Trebuchet MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.ForeColor = System.Drawing.Color.Navy;
            this.label2.Location = new System.Drawing.Point(0, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(483, 30);
            this.label2.TabIndex = 1012;
            this.label2.Text = "DataTable Results";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // toolStrip1
            // 
            this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButton1,
            this.toolStripButton3,
            this.toolStripSeparator2,
            this.toolStripButton2,
            this.toolStripSeparator1,
            this.toolStripButton4});
            this.toolStrip1.Location = new System.Drawing.Point(3, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.toolStrip1.Size = new System.Drawing.Size(433, 25);
            this.toolStrip1.TabIndex = 0;
            // 
            // toolStripButton1
            // 
            this.toolStripButton1.Image = global::FileHelpers.WizardApp.Properties.Resources.folder_table;
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton1.Name = "toolStripButton1";
            this.toolStripButton1.Size = new System.Drawing.Size(100, 22);
            this.toolStripButton1.Text = "Load XML Class";
            this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
            // 
            // toolStripButton3
            // 
            this.toolStripButton3.Image = global::FileHelpers.WizardApp.Properties.Resources.folder_table;
            this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton3.Name = "toolStripButton3";
            this.toolStripButton3.Size = new System.Drawing.Size(114, 22);
            this.toolStripButton3.Text = "Load Source Class";
            this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButton2
            // 
            this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton2.Name = "toolStripButton2";
            this.toolStripButton2.Size = new System.Drawing.Size(82, 22);
            this.toolStripButton2.Text = "Paste Class";
            this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButton4
            // 
            this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
            this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton4.Name = "toolStripButton4";
            this.toolStripButton4.Size = new System.Drawing.Size(113, 22);
            this.toolStripButton4.Text = "Load Sample Data";
            this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
            // 
            // dlgOpenTest
            // 
            this.dlgOpenTest.DefaultExt = "txt";
            this.dlgOpenTest.FileName = "openFileDialog1";
            this.dlgOpenTest.Filter = "Text Files (*.txt) |*.txt";
            this.dlgOpenTest.Title = "Load a Test File";
            // 
            // frmDataPreview
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(782, 461);
            this.Controls.Add(this.toolStripContainer1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "frmDataPreview";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Record Class Tester - Results Preview";
            this.Load += new System.EventHandler(this.frmDataPreview_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dgPreview)).EndInit();
            this.toolStripContainer1.ContentPanel.ResumeLayout(false);
            this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
            this.toolStripContainer1.TopToolStripPanel.PerformLayout();
            this.toolStripContainer1.ResumeLayout(false);
            this.toolStripContainer1.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel1.PerformLayout();
            this.splitContainer2.Panel2.ResumeLayout(false);
            this.splitContainer2.ResumeLayout(false);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.ResumeLayout(false);

        }
示例#6
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Fireball.Windows.Forms.LineMarginRender lineMarginRender1 = new Fireball.Windows.Forms.LineMarginRender();
     this.label1              = new System.Windows.Forms.Label();
     this.textBox1            = new Fireball.Windows.Forms.CodeEditorControl();
     this.button1             = new System.Windows.Forms.Button();
     this.label2              = new System.Windows.Forms.Label();
     this.splitContainer1     = new System.Windows.Forms.SplitContainer();
     this.button2             = new System.Windows.Forms.Button();
     this.label4              = new System.Windows.Forms.Label();
     this.splitContainer2     = new System.Windows.Forms.SplitContainer();
     this.listBox1            = new System.Windows.Forms.ListBox();
     this.label3              = new System.Windows.Forms.Label();
     this.methodInstructions1 = new NetDasm.Controls.MethodInstructions();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(9, 10);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(71, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Source code:";
     //
     // textBox1
     //
     this.textBox1.ActiveView       = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
     this.textBox1.AllowBreakPoints = false;
     this.textBox1.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.textBox1.AutoListPosition     = null;
     this.textBox1.AutoListSelectedText = "a123";
     this.textBox1.AutoListVisible      = false;
     this.textBox1.CopyAsRTF            = false;
     this.textBox1.InfoTipCount         = 1;
     this.textBox1.InfoTipPosition      = null;
     this.textBox1.InfoTipSelectedIndex = 1;
     this.textBox1.InfoTipVisible       = false;
     lineMarginRender1.Bounds           = new System.Drawing.Rectangle(0, 0, 19, 16);
     this.textBox1.LineMarginRender     = lineMarginRender1;
     this.textBox1.Location             = new System.Drawing.Point(8, 27);
     this.textBox1.LockCursorUpdate     = false;
     this.textBox1.Name               = "textBox1";
     this.textBox1.Saved              = false;
     this.textBox1.ShowGutterMargin   = false;
     this.textBox1.ShowScopeIndicator = false;
     this.textBox1.Size               = new System.Drawing.Size(373, 251);
     this.textBox1.SmoothScroll       = false;
     this.textBox1.SplitviewH         = -4;
     this.textBox1.SplitviewV         = -4;
     this.textBox1.TabGuideColor      = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
     this.textBox1.TabIndex           = 1;
     this.textBox1.WhitespaceColor    = System.Drawing.SystemColors.ControlDark;
     //
     // button1
     //
     this.button1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button1.Location  = new System.Drawing.Point(8, 284);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(97, 23);
     this.button1.TabIndex  = 2;
     this.button1.Text      = "Generate IL";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(3, 9);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(46, 13);
     this.label2.TabIndex = 3;
     this.label2.Text     = "IL code:";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.button2);
     this.splitContainer1.Panel1.Controls.Add(this.label1);
     this.splitContainer1.Panel1.Controls.Add(this.textBox1);
     this.splitContainer1.Panel1.Controls.Add(this.button1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.label4);
     this.splitContainer1.Panel2.Controls.Add(this.methodInstructions1);
     this.splitContainer1.Panel2.Controls.Add(this.label2);
     this.splitContainer1.Size             = new System.Drawing.Size(692, 319);
     this.splitContainer1.SplitterDistance = 388;
     this.splitContainer1.TabIndex         = 5;
     //
     // button2
     //
     this.button2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button2.Location  = new System.Drawing.Point(285, 284);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(96, 23);
     this.button2.TabIndex  = 3;
     this.button2.Text      = "Restore code";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // label4
     //
     this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.Location = new System.Drawing.Point(6, 193);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(282, 123);
     this.label4.TabIndex = 6;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name        = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.splitContainer1);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.listBox1);
     this.splitContainer2.Panel2.Controls.Add(this.label3);
     this.splitContainer2.Size             = new System.Drawing.Size(692, 441);
     this.splitContainer2.SplitterDistance = 319;
     this.splitContainer2.TabIndex         = 6;
     //
     // listBox1
     //
     this.listBox1.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.listBox1.FormattingEnabled = true;
     this.listBox1.Location          = new System.Drawing.Point(13, 21);
     this.listBox1.Name     = "listBox1";
     this.listBox1.Size     = new System.Drawing.Size(667, 82);
     this.listBox1.TabIndex = 1;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(12, 4);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(97, 13);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Compilation results:";
     //
     // methodInstructions1
     //
     this.methodInstructions1.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.methodInstructions1.FormattingEnabled = true;
     this.methodInstructions1.Location          = new System.Drawing.Point(6, 27);
     this.methodInstructions1.Name     = "methodInstructions1";
     this.methodInstructions1.Size     = new System.Drawing.Size(282, 147);
     this.methodInstructions1.TabIndex = 5;
     //
     // CodeToIl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(692, 441);
     this.Controls.Add(this.splitContainer2);
     this.Name = "CodeToIl";
     this.Text = "IL generator";
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.Panel2.PerformLayout();
     this.splitContainer2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#7
0
 /// <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();
     Fireball.Windows.Forms.LineMarginRender lineMarginRender1 = new Fireball.Windows.Forms.LineMarginRender();
     this._editor                                   = new Fireball.Windows.Forms.CodeEditorControl();
     this._editorContextMenu                        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.undoToolStripMenuItem                     = new System.Windows.Forms.ToolStripMenuItem();
     this.redoToolStripMenuItem                     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1                        = new System.Windows.Forms.ToolStripSeparator();
     this.breakpointToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.insertBreakpointToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.disableBreakpointToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2                        = new System.Windows.Forms.ToolStripSeparator();
     this.conditionToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.hitCountToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3                        = new System.Windows.Forms.ToolStripSeparator();
     this.runToCursorToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4                        = new System.Windows.Forms.ToolStripSeparator();
     this.cutToolStripMenuItem                      = new System.Windows.Forms.ToolStripMenuItem();
     this.copyToolStripMenuItem                     = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5                        = new System.Windows.Forms.ToolStripSeparator();
     this.outliningToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.toggleOutliningExpansionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toggleAllOutliningToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.stopOutliningToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this._editorContextMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // _editor
     //
     this._editor.ActiveView           = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
     this._editor.AutoListPosition     = null;
     this._editor.AutoListSelectedText = "a123";
     this._editor.AutoListVisible      = false;
     this._editor.ChildBorderStyle     = Fireball.Windows.Forms.ControlBorderStyle.None;
     this._editor.ContextMenuStrip     = this._editorContextMenu;
     this._editor.CopyAsRTF            = false;
     this._editor.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this._editor.InfoTipCount         = 1;
     this._editor.InfoTipPosition      = null;
     this._editor.InfoTipSelectedIndex = 1;
     this._editor.InfoTipVisible       = false;
     lineMarginRender1.Bounds          = new System.Drawing.Rectangle(19, 0, 19, 16);
     this._editor.LineMarginRender     = lineMarginRender1;
     this._editor.Location             = new System.Drawing.Point(0, 0);
     this._editor.LockCursorUpdate     = false;
     this._editor.Name                 = "_editor";
     this._editor.Saved                = false;
     this._editor.ShowScopeIndicator   = false;
     this._editor.Size                 = new System.Drawing.Size(616, 375);
     this._editor.SmoothScroll         = false;
     this._editor.SplitviewH           = -4;
     this._editor.SplitviewV           = -4;
     this._editor.TabGuideColor        = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(219)))), ((int)(((byte)(214)))));
     this._editor.TabIndex             = 1;
     this._editor.Text                 = "codeEditorControl1";
     this._editor.WhitespaceColor      = System.Drawing.SystemColors.ControlDark;
     this._editor.RowMouseDown        += new Fireball.Windows.Forms.CodeEditor.RowMouseHandler(this._editor_RowMouseDown);
     this._editor.SelectionChange     += new System.EventHandler(this._editor_SelectionChange);
     this._editor.CaretChange         += new System.EventHandler(this._editor_CaretChange);
     this._editor.TextChanged         += new System.EventHandler(this._editor_TextChanged);
     //
     // _editorContextMenu
     //
     this._editorContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.undoToolStripMenuItem,
         this.redoToolStripMenuItem,
         this.toolStripMenuItem1,
         this.breakpointToolStripMenuItem,
         this.toolStripMenuItem3,
         this.runToCursorToolStripMenuItem,
         this.toolStripMenuItem4,
         this.cutToolStripMenuItem,
         this.copyToolStripMenuItem,
         this.pasteToolStripMenuItem,
         this.toolStripMenuItem5,
         this.outliningToolStripMenuItem
     });
     this._editorContextMenu.Name     = "_editorContextMenu";
     this._editorContextMenu.Size     = new System.Drawing.Size(155, 204);
     this._editorContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this._editorContextMenu_Opening);
     //
     // undoToolStripMenuItem
     //
     this.undoToolStripMenuItem.Image = global::LuaEdit.Documents.Properties.Resources.Undo;
     this.undoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.undoToolStripMenuItem.Name   = "undoToolStripMenuItem";
     this.undoToolStripMenuItem.Size   = new System.Drawing.Size(154, 22);
     this.undoToolStripMenuItem.Text   = "&Undo";
     this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoToolStripMenuItem_Click);
     //
     // redoToolStripMenuItem
     //
     this.redoToolStripMenuItem.Image = global::LuaEdit.Documents.Properties.Resources.Redo;
     this.redoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.redoToolStripMenuItem.Name   = "redoToolStripMenuItem";
     this.redoToolStripMenuItem.Size   = new System.Drawing.Size(154, 22);
     this.redoToolStripMenuItem.Text   = "&Redo";
     this.redoToolStripMenuItem.Click += new System.EventHandler(this.redoToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(151, 6);
     //
     // breakpointToolStripMenuItem
     //
     this.breakpointToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.insertBreakpointToolStripMenuItem,
         this.disableBreakpointToolStripMenuItem,
         this.toolStripMenuItem2,
         this.conditionToolStripMenuItem,
         this.hitCountToolStripMenuItem
     });
     this.breakpointToolStripMenuItem.Name = "breakpointToolStripMenuItem";
     this.breakpointToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.breakpointToolStripMenuItem.Text = "Breakpoint";
     //
     // insertBreakpointToolStripMenuItem
     //
     this.insertBreakpointToolStripMenuItem.Image = global::LuaEdit.Documents.Properties.Resources.InsertBreakpoint;
     this.insertBreakpointToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.insertBreakpointToolStripMenuItem.Name   = "insertBreakpointToolStripMenuItem";
     this.insertBreakpointToolStripMenuItem.Size   = new System.Drawing.Size(173, 22);
     this.insertBreakpointToolStripMenuItem.Text   = "Insert Breakpoint";
     this.insertBreakpointToolStripMenuItem.Click += new System.EventHandler(this.insertBreakpointToolStripMenuItem_Click);
     //
     // disableBreakpointToolStripMenuItem
     //
     this.disableBreakpointToolStripMenuItem.Image = global::LuaEdit.Documents.Properties.Resources.DisableAllBreakpoints;
     this.disableBreakpointToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.disableBreakpointToolStripMenuItem.Name   = "disableBreakpointToolStripMenuItem";
     this.disableBreakpointToolStripMenuItem.Size   = new System.Drawing.Size(173, 22);
     this.disableBreakpointToolStripMenuItem.Text   = "Disable Breakpoint";
     this.disableBreakpointToolStripMenuItem.Click += new System.EventHandler(this.disableBreakpointToolStripMenuItem_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(170, 6);
     //
     // conditionToolStripMenuItem
     //
     this.conditionToolStripMenuItem.Name   = "conditionToolStripMenuItem";
     this.conditionToolStripMenuItem.Size   = new System.Drawing.Size(173, 22);
     this.conditionToolStripMenuItem.Text   = "Condition...";
     this.conditionToolStripMenuItem.Click += new System.EventHandler(this.conditionToolStripMenuItem_Click);
     //
     // hitCountToolStripMenuItem
     //
     this.hitCountToolStripMenuItem.Name   = "hitCountToolStripMenuItem";
     this.hitCountToolStripMenuItem.Size   = new System.Drawing.Size(173, 22);
     this.hitCountToolStripMenuItem.Text   = "Hit Count...";
     this.hitCountToolStripMenuItem.Click += new System.EventHandler(this.hitCountToolStripMenuItem_Click);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(151, 6);
     //
     // runToCursorToolStripMenuItem
     //
     this.runToCursorToolStripMenuItem.Image = global::LuaEdit.Documents.Properties.Resources.RunToCursor;
     this.runToCursorToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.runToCursorToolStripMenuItem.Name   = "runToCursorToolStripMenuItem";
     this.runToCursorToolStripMenuItem.Size   = new System.Drawing.Size(154, 22);
     this.runToCursorToolStripMenuItem.Text   = "Run To Cursor";
     this.runToCursorToolStripMenuItem.Click += new System.EventHandler(this.runToCursorToolStripMenuItem_Click);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(151, 6);
     //
     // cutToolStripMenuItem
     //
     this.cutToolStripMenuItem.Image = global::LuaEdit.Documents.Properties.Resources.Cut;
     this.cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.cutToolStripMenuItem.Name   = "cutToolStripMenuItem";
     this.cutToolStripMenuItem.Size   = new System.Drawing.Size(154, 22);
     this.cutToolStripMenuItem.Text   = "&Cut";
     this.cutToolStripMenuItem.Click += new System.EventHandler(this.cutToolStripMenuItem_Click);
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.Image = global::LuaEdit.Documents.Properties.Resources.Copy;
     this.copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.copyToolStripMenuItem.Name   = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.Size   = new System.Drawing.Size(154, 22);
     this.copyToolStripMenuItem.Text   = "Copy";
     this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
     //
     // pasteToolStripMenuItem
     //
     this.pasteToolStripMenuItem.Image = global::LuaEdit.Documents.Properties.Resources.Paste;
     this.pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.pasteToolStripMenuItem.Name   = "pasteToolStripMenuItem";
     this.pasteToolStripMenuItem.Size   = new System.Drawing.Size(154, 22);
     this.pasteToolStripMenuItem.Text   = "Paste";
     this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click);
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(151, 6);
     //
     // outliningToolStripMenuItem
     //
     this.outliningToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toggleOutliningExpansionToolStripMenuItem,
         this.toggleAllOutliningToolStripMenuItem,
         this.stopOutliningToolStripMenuItem
     });
     this.outliningToolStripMenuItem.Name = "outliningToolStripMenuItem";
     this.outliningToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.outliningToolStripMenuItem.Text = "Outlining";
     //
     // toggleOutliningExpansionToolStripMenuItem
     //
     this.toggleOutliningExpansionToolStripMenuItem.Name   = "toggleOutliningExpansionToolStripMenuItem";
     this.toggleOutliningExpansionToolStripMenuItem.Size   = new System.Drawing.Size(214, 22);
     this.toggleOutliningExpansionToolStripMenuItem.Text   = "Toggle Outlining Expansion";
     this.toggleOutliningExpansionToolStripMenuItem.Click += new System.EventHandler(this.toggleOutliningExpansionToolStripMenuItem_Click);
     //
     // toggleAllOutliningToolStripMenuItem
     //
     this.toggleAllOutliningToolStripMenuItem.Name   = "toggleAllOutliningToolStripMenuItem";
     this.toggleAllOutliningToolStripMenuItem.Size   = new System.Drawing.Size(214, 22);
     this.toggleAllOutliningToolStripMenuItem.Text   = "Toggle All Outlining";
     this.toggleAllOutliningToolStripMenuItem.Click += new System.EventHandler(this.toggleAllOutliningToolStripMenuItem_Click);
     //
     // stopOutliningToolStripMenuItem
     //
     this.stopOutliningToolStripMenuItem.Name   = "stopOutliningToolStripMenuItem";
     this.stopOutliningToolStripMenuItem.Size   = new System.Drawing.Size(214, 22);
     this.stopOutliningToolStripMenuItem.Text   = "Stop Outlining";
     this.stopOutliningToolStripMenuItem.Click += new System.EventHandler(this.stopOutliningToolStripMenuItem_Click);
     //
     // EditableDocumentBaseUI
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(616, 375);
     this.Controls.Add(this._editor);
     this.DockAreas   = WeifenLuo.WinFormsUI.Docking.DockAreas.Document;
     this.HideOnClose = true;
     this.Name        = "EditableDocumentBaseUI";
     this._editorContextMenu.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#8
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(EditorWindow));
     Fireball.Windows.Forms.LineMarginRender        lineMarginRender2 = new Fireball.Windows.Forms.LineMarginRender();
     this.codeEditor        = new Fireball.Windows.Forms.CodeEditorControl();
     this.syntaxDocument    = new Fireball.Syntax.SyntaxDocument(this.components);
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.menuItemCut       = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemCopy      = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemPaste     = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemDelete    = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // codeEditor
     //
     resources.ApplyResources(this.codeEditor, "codeEditor");
     this.codeEditor.ActiveView           = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
     this.codeEditor.AutoListPosition     = null;
     this.codeEditor.AutoListSelectedText = "a123";
     this.codeEditor.AutoListVisible      = false;
     this.codeEditor.CopyAsRTF            = false;
     this.codeEditor.Document             = this.syntaxDocument;
     this.codeEditor.InfoTipCount         = 1;
     this.codeEditor.InfoTipPosition      = null;
     this.codeEditor.InfoTipSelectedIndex = 1;
     this.codeEditor.InfoTipVisible       = false;
     lineMarginRender2.Bounds             = new System.Drawing.Rectangle(19, 0, 19, 16);
     this.codeEditor.LineMarginRender     = lineMarginRender2;
     this.codeEditor.LockCursorUpdate     = false;
     this.codeEditor.Name  = "codeEditor";
     this.codeEditor.Saved = false;
     this.codeEditor.ShowScopeIndicator = false;
     this.codeEditor.SmoothScroll       = false;
     this.codeEditor.SplitviewH         = -4;
     this.codeEditor.SplitviewV         = -4;
     this.codeEditor.TabGuideColor      = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(243)))), ((int)(((byte)(234)))));
     this.codeEditor.WhitespaceColor    = System.Drawing.SystemColors.ControlDark;
     //
     // syntaxDocument
     //
     this.syntaxDocument.Lines = new string[] {
         ""
     };
     this.syntaxDocument.MaxUndoBufferSize = 1000;
     this.syntaxDocument.Modified          = false;
     this.syntaxDocument.UndoStep          = 0;
     //
     // contextMenuStrip1
     //
     resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuItemCut,
         this.menuItemCopy,
         this.menuItemPaste,
         this.menuItemDelete
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     //
     // menuItemCut
     //
     resources.ApplyResources(this.menuItemCut, "menuItemCut");
     this.menuItemCut.Image  = global::HomeCollection.Properties.ComponentModel.Resources.cut;
     this.menuItemCut.Name   = "menuItemCut";
     this.menuItemCut.Click += new System.EventHandler(this.MenuItemCutClick);
     //
     // menuItemCopy
     //
     resources.ApplyResources(this.menuItemCopy, "menuItemCopy");
     this.menuItemCopy.Image  = global::HomeCollection.Properties.ComponentModel.Resources.page_white_copy;
     this.menuItemCopy.Name   = "menuItemCopy";
     this.menuItemCopy.Click += new System.EventHandler(this.MenuItemCopyClick);
     //
     // menuItemPaste
     //
     resources.ApplyResources(this.menuItemPaste, "menuItemPaste");
     this.menuItemPaste.Image  = global::HomeCollection.Properties.ComponentModel.Resources.page_white_paste;
     this.menuItemPaste.Name   = "menuItemPaste";
     this.menuItemPaste.Click += new System.EventHandler(this.MenuItemPasteClick);
     //
     // menuItemDelete
     //
     resources.ApplyResources(this.menuItemDelete, "menuItemDelete");
     this.menuItemDelete.Image  = global::HomeCollection.Properties.ComponentModel.Resources._1338097075_DeleteRed;
     this.menuItemDelete.Name   = "menuItemDelete";
     this.menuItemDelete.Click += new System.EventHandler(this.MenuItemDeleteClick);
     //
     // EditorWindow
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode      = System.Windows.Forms.AutoScaleMode.Font;
     this.CloseButton        = false;
     this.CloseButtonVisible = false;
     this.Controls.Add(this.codeEditor);
     this.DockAreas = WeifenLuo.WinFormsUI.Docking.DockAreas.Document;
     this.Name      = "EditorWindow";
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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();
     Fireball.Windows.Forms.LineMarginRender        lineMarginRender2 = new Fireball.Windows.Forms.LineMarginRender();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(frmDataPreview));
     this.dgPreview           = new System.Windows.Forms.DataGridView();
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.splitContainer1     = new System.Windows.Forms.SplitContainer();
     this.cboClassLeng        = new System.Windows.Forms.ComboBox();
     this.label3              = new System.Windows.Forms.Label();
     this.txtClass            = new Fireball.Windows.Forms.CodeEditorControl();
     this.sdClassOut          = new Fireball.Syntax.SyntaxDocument(this.components);
     this.splitContainer2     = new System.Windows.Forms.SplitContainer();
     this.label1              = new System.Windows.Forms.Label();
     this.txtInput            = new System.Windows.Forms.TextBox();
     this.lblResults          = new System.Windows.Forms.Label();
     this.label2              = new System.Windows.Forms.Label();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.dlgOpenTest         = new System.Windows.Forms.OpenFileDialog();
     this.txtClearData        = new System.Windows.Forms.Button();
     this.cmdReadTest         = new System.Windows.Forms.Button();
     this.toolStripButton1    = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton3    = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2    = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton4    = new System.Windows.Forms.ToolStripButton();
     this.txtPasteData        = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.dgPreview)).BeginInit();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // dgPreview
     //
     this.dgPreview.AllowUserToAddRows    = false;
     this.dgPreview.AllowUserToDeleteRows = false;
     this.dgPreview.AllowUserToResizeRows = false;
     this.dgPreview.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.dgPreview.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
     this.dgPreview.ColumnHeadersHeight         = 25;
     this.dgPreview.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.dgPreview.Location          = new System.Drawing.Point(0, 29);
     this.dgPreview.Name              = "dgPreview";
     this.dgPreview.ReadOnly          = true;
     this.dgPreview.RowHeadersVisible = false;
     this.dgPreview.ShowEditingIcon   = false;
     this.dgPreview.Size              = new System.Drawing.Size(483, 208);
     this.dgPreview.TabIndex          = 0;
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.splitContainer1);
     this.toolStripContainer1.ContentPanel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(782, 436);
     this.toolStripContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name     = "toolStripContainer1";
     this.toolStripContainer1.Size     = new System.Drawing.Size(782, 461);
     this.toolStripContainer1.TabIndex = 1;
     this.toolStripContainer1.Text     = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.cboClassLeng);
     this.splitContainer1.Panel1.Controls.Add(this.label3);
     this.splitContainer1.Panel1.Controls.Add(this.txtClass);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.Size              = new System.Drawing.Size(782, 436);
     this.splitContainer1.SplitterDistance  = 296;
     this.splitContainer1.SplitterIncrement = 4;
     this.splitContainer1.SplitterWidth     = 3;
     this.splitContainer1.TabIndex          = 1;
     //
     // cboClassLeng
     //
     this.cboClassLeng.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cboClassLeng.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboClassLeng.FormattingEnabled = true;
     this.cboClassLeng.Items.AddRange(new object[] {
         "C#",
         "VB.NET"
     });
     this.cboClassLeng.Location              = new System.Drawing.Point(233, 3);
     this.cboClassLeng.Name                  = "cboClassLeng";
     this.cboClassLeng.Size                  = new System.Drawing.Size(60, 21);
     this.cboClassLeng.TabIndex              = 1007;
     this.cboClassLeng.SelectedIndexChanged += new System.EventHandler(this.cboClassLeng_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.BackColor   = System.Drawing.Color.LightSteelBlue;
     this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label3.Dock        = System.Windows.Forms.DockStyle.Top;
     this.label3.Font        = new System.Drawing.Font("Trebuchet MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor   = System.Drawing.Color.Navy;
     this.label3.Location    = new System.Drawing.Point(0, 0);
     this.label3.Name        = "label3";
     this.label3.Size        = new System.Drawing.Size(296, 30);
     this.label3.TabIndex    = 1013;
     this.label3.Text        = "Class Source";
     this.label3.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txtClass
     //
     this.txtClass.ActiveView       = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
     this.txtClass.AllowBreakPoints = false;
     this.txtClass.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.txtClass.AutoListAutoSelect   = false;
     this.txtClass.AutoListPosition     = null;
     this.txtClass.AutoListSelectedText = "a123";
     this.txtClass.AutoListVisible      = false;
     this.txtClass.CopyAsRTF            = false;
     this.txtClass.Document             = this.sdClassOut;
     this.txtClass.FontSize             = 9F;
     this.txtClass.GutterMarginWidth    = 0;
     this.txtClass.Indent               = Fireball.Windows.Forms.CodeEditor.IndentStyle.Smart;
     this.txtClass.InfoTipCount         = 1;
     this.txtClass.InfoTipPosition      = null;
     this.txtClass.InfoTipSelectedIndex = 1;
     this.txtClass.InfoTipVisible       = false;
     lineMarginRender2.Bounds           = new System.Drawing.Rectangle(0, 0, 18, 14);
     this.txtClass.LineMarginRender     = lineMarginRender2;
     this.txtClass.Location             = new System.Drawing.Point(0, 29);
     this.txtClass.LockCursorUpdate     = false;
     this.txtClass.Name               = "txtClass";
     this.txtClass.ParseOnPaste       = true;
     this.txtClass.Saved              = true;
     this.txtClass.ShowGutterMargin   = false;
     this.txtClass.ShowScopeIndicator = false;
     this.txtClass.Size               = new System.Drawing.Size(296, 407);
     this.txtClass.SmoothScroll       = false;
     this.txtClass.SplitView          = false;
     this.txtClass.SplitviewH         = -4;
     this.txtClass.SplitviewV         = -4;
     this.txtClass.TabGuideColor      = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(243)))), ((int)(((byte)(234)))));
     this.txtClass.TabIndex           = 1008;
     this.txtClass.WhitespaceColor    = System.Drawing.SystemColors.ControlDark;
     //
     // sdClassOut
     //
     this.sdClassOut.Lines = new string[] {
         " "
     };
     this.sdClassOut.MaxUndoBufferSize = 1;
     this.sdClassOut.Modified          = false;
     this.sdClassOut.UndoStep          = 0;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name        = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.txtPasteData);
     this.splitContainer2.Panel1.Controls.Add(this.txtClearData);
     this.splitContainer2.Panel1.Controls.Add(this.label1);
     this.splitContainer2.Panel1.Controls.Add(this.txtInput);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.lblResults);
     this.splitContainer2.Panel2.Controls.Add(this.cmdReadTest);
     this.splitContainer2.Panel2.Controls.Add(this.dgPreview);
     this.splitContainer2.Panel2.Controls.Add(this.label2);
     this.splitContainer2.Size              = new System.Drawing.Size(483, 436);
     this.splitContainer2.SplitterDistance  = 196;
     this.splitContainer2.SplitterIncrement = 4;
     this.splitContainer2.SplitterWidth     = 3;
     this.splitContainer2.TabIndex          = 1;
     //
     // label1
     //
     this.label1.BackColor   = System.Drawing.Color.PaleGoldenrod;
     this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label1.Dock        = System.Windows.Forms.DockStyle.Top;
     this.label1.Font        = new System.Drawing.Font("Trebuchet MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor   = System.Drawing.Color.Navy;
     this.label1.Location    = new System.Drawing.Point(0, 0);
     this.label1.Name        = "label1";
     this.label1.Size        = new System.Drawing.Size(483, 30);
     this.label1.TabIndex    = 1;
     this.label1.Text        = "Sample Data";
     this.label1.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txtInput
     //
     this.txtInput.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.txtInput.Font       = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtInput.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.txtInput.Location   = new System.Drawing.Point(-1, 29);
     this.txtInput.MaxLength  = 5000000;
     this.txtInput.Multiline  = true;
     this.txtInput.Name       = "txtInput";
     this.txtInput.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtInput.Size       = new System.Drawing.Size(483, 166);
     this.txtInput.TabIndex   = 0;
     this.txtInput.WordWrap   = false;
     //
     // lblResults
     //
     this.lblResults.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblResults.BackColor = System.Drawing.Color.DarkSeaGreen;
     this.lblResults.Location  = new System.Drawing.Point(355, 6);
     this.lblResults.Name      = "lblResults";
     this.lblResults.Size      = new System.Drawing.Size(127, 20);
     this.lblResults.TabIndex  = 1013;
     this.lblResults.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.BackColor   = System.Drawing.Color.DarkSeaGreen;
     this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label2.Dock        = System.Windows.Forms.DockStyle.Top;
     this.label2.Font        = new System.Drawing.Font("Trebuchet MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor   = System.Drawing.Color.Navy;
     this.label2.Location    = new System.Drawing.Point(0, 0);
     this.label2.Name        = "label2";
     this.label2.Size        = new System.Drawing.Size(483, 30);
     this.label2.TabIndex    = 1012;
     this.label2.Text        = "Results";
     this.label2.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // toolStrip1
     //
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton1,
         this.toolStripButton3,
         this.toolStripSeparator2,
         this.toolStripButton2,
         this.toolStripSeparator1,
         this.toolStripButton4
     });
     this.toolStrip1.Location   = new System.Drawing.Point(3, 0);
     this.toolStrip1.Name       = "toolStrip1";
     this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.toolStrip1.Size       = new System.Drawing.Size(433, 25);
     this.toolStrip1.TabIndex   = 0;
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // dlgOpenTest
     //
     this.dlgOpenTest.DefaultExt = "txt";
     this.dlgOpenTest.FileName   = "openFileDialog1";
     this.dlgOpenTest.Filter     = "Text Files (*.txt) |*.txt";
     this.dlgOpenTest.Title      = "Load a Test File";
     //
     // txtClearData
     //
     this.txtClearData.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtClearData.BackColor  = System.Drawing.Color.Transparent;
     this.txtClearData.Image      = global::FileHelpers.WizardApp.Properties.Resources.stop;
     this.txtClearData.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.txtClearData.Location   = new System.Drawing.Point(396, 1);
     this.txtClearData.Name       = "txtClearData";
     this.txtClearData.Size       = new System.Drawing.Size(84, 28);
     this.txtClearData.TabIndex   = 1014;
     this.txtClearData.Text       = "Clear Data";
     this.txtClearData.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.txtClearData.UseVisualStyleBackColor = false;
     this.txtClearData.Click += new System.EventHandler(this.txtClearData_Click);
     //
     // cmdReadTest
     //
     this.cmdReadTest.BackColor  = System.Drawing.Color.Transparent;
     this.cmdReadTest.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdReadTest.Image      = global::FileHelpers.WizardApp.Properties.Resources.tick;
     this.cmdReadTest.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.cmdReadTest.Location   = new System.Drawing.Point(3, 1);
     this.cmdReadTest.Name       = "cmdReadTest";
     this.cmdReadTest.Size       = new System.Drawing.Size(158, 28);
     this.cmdReadTest.TabIndex   = 1011;
     this.cmdReadTest.Text       = "Compile and Test Data";
     this.cmdReadTest.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.cmdReadTest.UseVisualStyleBackColor = true;
     this.cmdReadTest.Click += new System.EventHandler(this.cmdReadTest_Click);
     //
     // toolStripButton1
     //
     this.toolStripButton1.Image = global::FileHelpers.WizardApp.Properties.Resources.folder_table;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(100, 22);
     this.toolStripButton1.Text   = "Load XML Class";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripButton3
     //
     this.toolStripButton3.Image = global::FileHelpers.WizardApp.Properties.Resources.folder_table;
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name   = "toolStripButton3";
     this.toolStripButton3.Size   = new System.Drawing.Size(114, 22);
     this.toolStripButton3.Text   = "Load Source Class";
     this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
     //
     // toolStripButton2
     //
     this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name   = "toolStripButton2";
     this.toolStripButton2.Size   = new System.Drawing.Size(82, 22);
     this.toolStripButton2.Text   = "Paste Class";
     this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
     //
     // toolStripButton4
     //
     this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name   = "toolStripButton4";
     this.toolStripButton4.Size   = new System.Drawing.Size(113, 22);
     this.toolStripButton4.Text   = "Load Sample Data";
     this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
     //
     // txtPasteData
     //
     this.txtPasteData.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtPasteData.BackColor  = System.Drawing.Color.Transparent;
     this.txtPasteData.Image      = global::FileHelpers.WizardApp.Properties.Resources.page_copy;
     this.txtPasteData.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.txtPasteData.Location   = new System.Drawing.Point(308, 1);
     this.txtPasteData.Name       = "txtPasteData";
     this.txtPasteData.Size       = new System.Drawing.Size(84, 28);
     this.txtPasteData.TabIndex   = 1015;
     this.txtPasteData.Text       = "Paste Data";
     this.txtPasteData.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.txtPasteData.UseVisualStyleBackColor = false;
     this.txtPasteData.Click += new System.EventHandler(this.txtPasteData_Click);
     //
     // frmDataPreview
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(782, 461);
     this.Controls.Add(this.toolStripContainer1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmDataPreview";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Record Class Tester - Results Preview";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.frmDataPreview_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgPreview)).EndInit();
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel1.PerformLayout();
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#10
0
 /// <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();
     Fireball.Windows.Forms.LineMarginRender lineMarginRender1 = new Fireball.Windows.Forms.LineMarginRender();
     this.gbxSource                 = new System.Windows.Forms.GroupBox();
     this.codeEditorSource          = new Fireball.Windows.Forms.CodeEditorControl();
     this.syntaxDocumentSource      = new Fireball.Syntax.SyntaxDocument(this.components);
     this.gbxDestination            = new System.Windows.Forms.GroupBox();
     this.codeEditorDestination     = new Fireball.Windows.Forms.CodeEditorControl();
     this.syntaxDocumentDestination = new Fireball.Syntax.SyntaxDocument(this.components);
     this.btnConvert                = new System.Windows.Forms.Button();
     this.btnClose            = new System.Windows.Forms.Button();
     this.btnLoad             = new System.Windows.Forms.Button();
     this.btnSave             = new System.Windows.Forms.Button();
     this.openFileSource      = new System.Windows.Forms.OpenFileDialog();
     this.saveFileDestination = new System.Windows.Forms.SaveFileDialog();
     this.lblLanguage         = new System.Windows.Forms.Label();
     this.cboLanguage         = new System.Windows.Forms.ComboBox();
     this.btnBatch            = new System.Windows.Forms.Button();
     this.gbxSource.SuspendLayout();
     this.gbxDestination.SuspendLayout();
     this.SuspendLayout();
     //
     // gbxSource
     //
     this.gbxSource.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.gbxSource.Controls.Add(this.codeEditorSource);
     this.gbxSource.Location = new System.Drawing.Point(12, 8);
     this.gbxSource.Name     = "gbxSource";
     this.gbxSource.Size     = new System.Drawing.Size(688, 222);
     this.gbxSource.TabIndex = 0;
     this.gbxSource.TabStop  = false;
     this.gbxSource.Text     = "Visual Basic 6";
     //
     // codeEditorSource
     //
     this.codeEditorSource.ActiveView = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
     this.codeEditorSource.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.codeEditorSource.AutoListPosition     = null;
     this.codeEditorSource.AutoListSelectedText = "a123";
     this.codeEditorSource.AutoListVisible      = false;
     this.codeEditorSource.CopyAsRTF            = false;
     this.codeEditorSource.Document             = this.syntaxDocumentSource;
     this.codeEditorSource.InfoTipCount         = 1;
     this.codeEditorSource.InfoTipPosition      = null;
     this.codeEditorSource.InfoTipSelectedIndex = 1;
     this.codeEditorSource.InfoTipVisible       = false;
     lineMarginRender1.Bounds = new System.Drawing.Rectangle(19, 0, 19, 16);
     this.codeEditorSource.LineMarginRender   = lineMarginRender1;
     this.codeEditorSource.Location           = new System.Drawing.Point(6, 20);
     this.codeEditorSource.LockCursorUpdate   = false;
     this.codeEditorSource.Name               = "codeEditorSource";
     this.codeEditorSource.Saved              = false;
     this.codeEditorSource.ShowScopeIndicator = false;
     this.codeEditorSource.Size               = new System.Drawing.Size(676, 196);
     this.codeEditorSource.SmoothScroll       = false;
     this.codeEditorSource.SplitviewH         = -4;
     this.codeEditorSource.SplitviewV         = -4;
     this.codeEditorSource.TabGuideColor      = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(243)))), ((int)(((byte)(234)))));
     this.codeEditorSource.TabIndex           = 1;
     this.codeEditorSource.WhitespaceColor    = System.Drawing.SystemColors.ControlDark;
     //
     // syntaxDocumentSource
     //
     this.syntaxDocumentSource.Lines = new string[] {
         ""
     };
     this.syntaxDocumentSource.MaxUndoBufferSize = 1000;
     this.syntaxDocumentSource.Modified          = false;
     this.syntaxDocumentSource.UndoStep          = 0;
     //
     // gbxDestination
     //
     this.gbxDestination.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.gbxDestination.Controls.Add(this.codeEditorDestination);
     this.gbxDestination.Location = new System.Drawing.Point(12, 236);
     this.gbxDestination.Name     = "gbxDestination";
     this.gbxDestination.Size     = new System.Drawing.Size(688, 222);
     this.gbxDestination.TabIndex = 2;
     this.gbxDestination.TabStop  = false;
     this.gbxDestination.Text     = ".NET";
     //
     // codeEditorDestination
     //
     this.codeEditorDestination.ActiveView = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
     this.codeEditorDestination.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.codeEditorDestination.AutoListPosition     = null;
     this.codeEditorDestination.AutoListSelectedText = "a123";
     this.codeEditorDestination.AutoListVisible      = false;
     this.codeEditorDestination.CopyAsRTF            = false;
     this.codeEditorDestination.Document             = this.syntaxDocumentDestination;
     this.codeEditorDestination.InfoTipCount         = 1;
     this.codeEditorDestination.InfoTipPosition      = null;
     this.codeEditorDestination.InfoTipSelectedIndex = 1;
     this.codeEditorDestination.InfoTipVisible       = false;
     this.codeEditorDestination.LineMarginRender     = lineMarginRender1;
     this.codeEditorDestination.Location             = new System.Drawing.Point(6, 20);
     this.codeEditorDestination.LockCursorUpdate     = false;
     this.codeEditorDestination.Name  = "codeEditorDestination";
     this.codeEditorDestination.Saved = false;
     this.codeEditorDestination.ShowScopeIndicator = false;
     this.codeEditorDestination.Size            = new System.Drawing.Size(676, 196);
     this.codeEditorDestination.SmoothScroll    = false;
     this.codeEditorDestination.SplitviewH      = -4;
     this.codeEditorDestination.SplitviewV      = -4;
     this.codeEditorDestination.TabGuideColor   = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(243)))), ((int)(((byte)(234)))));
     this.codeEditorDestination.TabIndex        = 3;
     this.codeEditorDestination.WhitespaceColor = System.Drawing.SystemColors.ControlDark;
     //
     // syntaxDocumentDestination
     //
     this.syntaxDocumentDestination.Lines = new string[] {
         ""
     };
     this.syntaxDocumentDestination.MaxUndoBufferSize = 1000;
     this.syntaxDocumentDestination.Modified          = false;
     this.syntaxDocumentDestination.UndoStep          = 0;
     //
     // btnConvert
     //
     this.btnConvert.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnConvert.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnConvert.Location = new System.Drawing.Point(12, 464);
     this.btnConvert.Name     = "btnConvert";
     this.btnConvert.Size     = new System.Drawing.Size(105, 30);
     this.btnConvert.TabIndex = 4;
     this.btnConvert.Text     = "Convert";
     this.btnConvert.UseVisualStyleBackColor = true;
     this.btnConvert.Click += new System.EventHandler(this.btnConvert_Click);
     //
     // btnClose
     //
     this.btnClose.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.CausesValidation        = false;
     this.btnClose.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Location                = new System.Drawing.Point(613, 464);
     this.btnClose.Name                    = "btnClose";
     this.btnClose.Size                    = new System.Drawing.Size(87, 30);
     this.btnClose.TabIndex                = 10;
     this.btnClose.Text                    = "Exit";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click                  += new System.EventHandler(this.btnClose_Click);
     //
     // btnLoad
     //
     this.btnLoad.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnLoad.Location = new System.Drawing.Point(287, 464);
     this.btnLoad.Name     = "btnLoad";
     this.btnLoad.Size     = new System.Drawing.Size(101, 30);
     this.btnLoad.TabIndex = 7;
     this.btnLoad.Text     = "Load File";
     this.btnLoad.UseVisualStyleBackColor = true;
     this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
     //
     // btnSave
     //
     this.btnSave.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.Location                = new System.Drawing.Point(394, 464);
     this.btnSave.Name                    = "btnSave";
     this.btnSave.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.btnSave.Size                    = new System.Drawing.Size(97, 30);
     this.btnSave.TabIndex                = 8;
     this.btnSave.Text                    = "Save Result";
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click                  += new System.EventHandler(this.btnSave_Click);
     //
     // lblLanguage
     //
     this.lblLanguage.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblLanguage.AutoSize = true;
     this.lblLanguage.Location = new System.Drawing.Point(133, 474);
     this.lblLanguage.Name     = "lblLanguage";
     this.lblLanguage.Size     = new System.Drawing.Size(19, 13);
     this.lblLanguage.TabIndex = 5;
     this.lblLanguage.Text     = "To";
     //
     // cboLanguage
     //
     this.cboLanguage.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cboLanguage.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboLanguage.FormattingEnabled = true;
     this.cboLanguage.Items.AddRange(new object[] {
         "C#",
         "VB .NET"
     });
     this.cboLanguage.Location              = new System.Drawing.Point(158, 469);
     this.cboLanguage.Name                  = "cboLanguage";
     this.cboLanguage.Size                  = new System.Drawing.Size(74, 21);
     this.cboLanguage.TabIndex              = 6;
     this.cboLanguage.SelectedIndexChanged += new System.EventHandler(this.cboLanguage_SelectedIndexChanged);
     //
     // btnBatch
     //
     this.btnBatch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBatch.Location = new System.Drawing.Point(497, 465);
     this.btnBatch.Name     = "btnBatch";
     this.btnBatch.Size     = new System.Drawing.Size(110, 30);
     this.btnBatch.TabIndex = 9;
     this.btnBatch.Text     = "Batch Converter";
     this.btnBatch.UseVisualStyleBackColor = true;
     this.btnBatch.Click += new System.EventHandler(this.btnBatch_Click);
     //
     // CodeTool
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnClose;
     this.ClientSize          = new System.Drawing.Size(712, 506);
     this.Controls.Add(this.cboLanguage);
     this.Controls.Add(this.lblLanguage);
     this.Controls.Add(this.btnBatch);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.btnLoad);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnConvert);
     this.Controls.Add(this.gbxDestination);
     this.Controls.Add(this.gbxSource);
     this.Font    = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name    = "CodeTool";
     this.Text    = "Code Converter";
     this.Load   += new System.EventHandler(this.CodeTool_Load);
     this.Resize += new System.EventHandler(this.CodeTool_Resize);
     this.gbxSource.ResumeLayout(false);
     this.gbxDestination.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#11
0
        /// <summary>
        /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
        /// コード エディタで変更しないでください。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DMEditor));
            Fireball.Windows.Forms.LineMarginRender lineMarginRender1 = new Fireball.Windows.Forms.LineMarginRender();
            this.DMEComileButton = new System.Windows.Forms.Button();
            this.DMESaveButton = new System.Windows.Forms.Button();
            this.DMELoadButton = new System.Windows.Forms.Button();
            this.DMEOpenFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.DMESaveAsButton = new System.Windows.Forms.Button();
            this.DMESaveFileDialog = new System.Windows.Forms.SaveFileDialog();
            this.codeEditorControl = new Ecell.IDE.EcellCodeEditor();
            this.syntaxDocument1 = new Fireball.Syntax.SyntaxDocument(this.components);
            this.fileNameLabel = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // DMEComileButton
            // 
            resources.ApplyResources(this.DMEComileButton, "DMEComileButton");
            this.DMEComileButton.Name = "DMEComileButton";
            this.DMEComileButton.UseVisualStyleBackColor = true;
            this.DMEComileButton.Click += new System.EventHandler(this.DMECompileButtonClick);
            // 
            // DMESaveButton
            // 
            resources.ApplyResources(this.DMESaveButton, "DMESaveButton");
            this.DMESaveButton.Name = "DMESaveButton";
            this.DMESaveButton.UseVisualStyleBackColor = true;
            this.DMESaveButton.Click += new System.EventHandler(this.DMESaveButtonClick);
            // 
            // DMELoadButton
            // 
            resources.ApplyResources(this.DMELoadButton, "DMELoadButton");
            this.DMELoadButton.Name = "DMELoadButton";
            this.DMELoadButton.UseVisualStyleBackColor = true;
            this.DMELoadButton.Click += new System.EventHandler(this.DMELoadButtonClick);
            // 
            // DMEOpenFileDialog
            // 
            this.DMEOpenFileDialog.FileName = "DME";
            // 
            // DMESaveAsButton
            // 
            resources.ApplyResources(this.DMESaveAsButton, "DMESaveAsButton");
            this.DMESaveAsButton.Name = "DMESaveAsButton";
            this.DMESaveAsButton.UseVisualStyleBackColor = true;
            this.DMESaveAsButton.Click += new System.EventHandler(this.DMESaveAsButton_Click);
            // 
            // codeEditorControl
            // 
            this.codeEditorControl.ActiveView = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
            resources.ApplyResources(this.codeEditorControl, "codeEditorControl");
            this.codeEditorControl.AutoListPosition = null;
            this.codeEditorControl.AutoListSelectedText = "a123";
            this.codeEditorControl.AutoListVisible = false;
            this.codeEditorControl.CopyAsRTF = false;
            this.codeEditorControl.Document = this.syntaxDocument1;
            this.codeEditorControl.InfoTipCount = 1;
            this.codeEditorControl.InfoTipPosition = null;
            this.codeEditorControl.InfoTipSelectedIndex = 1;
            this.codeEditorControl.InfoTipVisible = false;
            lineMarginRender1.Bounds = new System.Drawing.Rectangle(19, 0, 19, 16);
            this.codeEditorControl.LineMarginRender = lineMarginRender1;
            this.codeEditorControl.LockCursorUpdate = false;
            this.codeEditorControl.Name = "codeEditorControl";
            this.codeEditorControl.Saved = false;
            this.codeEditorControl.ShowScopeIndicator = false;
            this.codeEditorControl.SmoothScroll = false;
            this.codeEditorControl.SplitviewH = -4;
            this.codeEditorControl.SplitviewV = -4;
            this.codeEditorControl.TabGuideColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(243)))), ((int)(((byte)(234)))));
            this.codeEditorControl.WhitespaceColor = System.Drawing.SystemColors.ControlDark;
            // 
            // syntaxDocument1
            // 
            this.syntaxDocument1.Lines = new string[] {
        ""};
            this.syntaxDocument1.MaxUndoBufferSize = 1000;
            this.syntaxDocument1.Modified = false;
            this.syntaxDocument1.UndoStep = 0;
            // 
            // fileNameLabel
            // 
            resources.ApplyResources(this.fileNameLabel, "fileNameLabel");
            this.fileNameLabel.Name = "fileNameLabel";
            // 
            // DMEditor
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.fileNameLabel);
            this.Controls.Add(this.DMESaveAsButton);
            this.Controls.Add(this.DMEComileButton);
            this.Controls.Add(this.DMELoadButton);
            this.Controls.Add(this.DMESaveButton);
            this.Controls.Add(this.codeEditorControl);
            this.Name = "DMEditor";
            this.Shown += new System.EventHandler(this.DMEditorShown);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Fireball.Windows.Forms.LineMarginRender lineMarginRender1 = new Fireball.Windows.Forms.LineMarginRender();
     this.syntaxDocument    = new Fireball.Syntax.SyntaxDocument(this.components);
     this.splitContainer1   = new System.Windows.Forms.SplitContainer();
     this.cmbFunctionList   = new System.Windows.Forms.ComboBox();
     this.codeEditorControl = new Fireball.Windows.Forms.CodeEditorControl();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // syntaxDocument1
     //
     this.syntaxDocument.Lines = new string[] {
         ""
     };
     this.syntaxDocument.MaxUndoBufferSize = 1000;
     this.syntaxDocument.Modified          = false;
     this.syntaxDocument.UndoStep          = 0;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel  = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.cmbFunctionList);
     this.splitContainer1.Panel1MinSize = 20;
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.codeEditorControl);
     this.splitContainer1.Size             = new System.Drawing.Size(565, 380);
     this.splitContainer1.SplitterDistance = 20;
     this.splitContainer1.SplitterWidth    = 1;
     this.splitContainer1.TabIndex         = 1;
     //
     // cmbFunctionList
     //
     this.cmbFunctionList.Dock                  = System.Windows.Forms.DockStyle.Top;
     this.cmbFunctionList.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbFunctionList.FormattingEnabled     = true;
     this.cmbFunctionList.Location              = new System.Drawing.Point(0, 0);
     this.cmbFunctionList.Name                  = "cmbFunctionList";
     this.cmbFunctionList.Size                  = new System.Drawing.Size(565, 20);
     this.cmbFunctionList.Sorted                = true;
     this.cmbFunctionList.TabIndex              = 0;
     this.cmbFunctionList.SelectedIndexChanged += new System.EventHandler(this.cmbFunctionList_SelectedIndexChanged);
     this.cmbFunctionList.MouseEnter           += new System.EventHandler(this.cmbFunctionList_MouseEnter);
     this.cmbFunctionList.MouseLeave           += new System.EventHandler(this.cmbFunctionList_MouseLeave);
     //
     // ce1
     //
     this.codeEditorControl.ActiveView           = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
     this.codeEditorControl.AutoListPosition     = null;
     this.codeEditorControl.AutoListSelectedText = "a123";
     this.codeEditorControl.AutoListVisible      = false;
     this.codeEditorControl.CopyAsRTF            = false;
     this.codeEditorControl.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.codeEditorControl.Document             = this.syntaxDocument;
     this.codeEditorControl.FontName             = "新宋体";
     this.codeEditorControl.FontSize             = 9.5F;
     this.codeEditorControl.InfoTipCount         = 1;
     this.codeEditorControl.InfoTipPosition      = null;
     this.codeEditorControl.InfoTipSelectedIndex = 1;
     this.codeEditorControl.InfoTipVisible       = false;
     lineMarginRender1.Bounds = new System.Drawing.Rectangle(19, 0, 17, 13);
     this.codeEditorControl.LineMarginRender   = lineMarginRender1;
     this.codeEditorControl.Location           = new System.Drawing.Point(0, 0);
     this.codeEditorControl.LockCursorUpdate   = false;
     this.codeEditorControl.Name               = "ce1";
     this.codeEditorControl.RowPadding         = 1;
     this.codeEditorControl.Saved              = false;
     this.codeEditorControl.ShowScopeIndicator = false;
     this.codeEditorControl.Size               = new System.Drawing.Size(565, 359);
     this.codeEditorControl.SmoothScroll       = false;
     this.codeEditorControl.SplitviewH         = -4;
     this.codeEditorControl.SplitviewV         = -4;
     this.codeEditorControl.TabGuideColor      = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(243)))), ((int)(((byte)(234)))));
     this.codeEditorControl.TabIndex           = 1;
     this.codeEditorControl.Text               = "codeEditorControl1";
     this.codeEditorControl.WhitespaceColor    = System.Drawing.SystemColors.ControlDark;
     this.codeEditorControl.KeyPress          += new System.Windows.Forms.KeyPressEventHandler(this.CodeEditor_KeyPress);
     this.codeEditorControl.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.CodeEditor_KeyDown);
     //
     // luaEditorControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainer1);
     this.Name  = "luaEditorControl";
     this.Size  = new System.Drawing.Size(565, 380);
     this.Load += new System.EventHandler(this.luaEditorControl_Load);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#13
0
 /// <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();
     Fireball.Windows.Forms.LineMarginRender        lineMarginRender1 = new Fireball.Windows.Forms.LineMarginRender();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(OutputDlg));
     this.solutionExplorerToolStrip = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1           = new System.Windows.Forms.ToolStripLabel();
     this.tscboOutputTypes          = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.tsbClearAll         = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbToggleWordWrap   = new System.Windows.Forms.ToolStripButton();
     this.syntaxDocument1     = new Fireball.Syntax.SyntaxDocument(this.components);
     this.txtOutput           = new Fireball.Windows.Forms.CodeEditorControl();
     this.solutionExplorerToolStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // solutionExplorerToolStrip
     //
     this.solutionExplorerToolStrip.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.solutionExplorerToolStrip.AutoSize  = false;
     this.solutionExplorerToolStrip.Dock      = System.Windows.Forms.DockStyle.None;
     this.solutionExplorerToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.solutionExplorerToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel1,
         this.tscboOutputTypes,
         this.toolStripSeparator1,
         this.tsbClearAll,
         this.toolStripSeparator2,
         this.tsbToggleWordWrap
     });
     this.solutionExplorerToolStrip.Location = new System.Drawing.Point(0, 0);
     this.solutionExplorerToolStrip.Name     = "solutionExplorerToolStrip";
     this.solutionExplorerToolStrip.Padding  = new System.Windows.Forms.Padding(6, 0, 6, 0);
     this.solutionExplorerToolStrip.Size     = new System.Drawing.Size(444, 25);
     this.solutionExplorerToolStrip.TabIndex = 2;
     this.solutionExplorerToolStrip.Text     = "toolStrip1";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(103, 22);
     this.toolStripLabel1.Text = "Show output from:  ";
     //
     // tscboOutputTypes
     //
     this.tscboOutputTypes.AutoSize              = false;
     this.tscboOutputTypes.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tscboOutputTypes.Margin                = new System.Windows.Forms.Padding(0);
     this.tscboOutputTypes.Name                  = "tscboOutputTypes";
     this.tscboOutputTypes.Size                  = new System.Drawing.Size(150, 21);
     this.tscboOutputTypes.Sorted                = true;
     this.tscboOutputTypes.SelectedIndexChanged += new System.EventHandler(this.tscboOutputTypes_SelectedIndexChanged);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // tsbClearAll
     //
     this.tsbClearAll.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbClearAll.Image                 = global::LuaEdit.Properties.Resources.ClearOutput;
     this.tsbClearAll.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbClearAll.Name   = "tsbClearAll";
     this.tsbClearAll.Size   = new System.Drawing.Size(23, 22);
     this.tsbClearAll.Text   = "Clear All";
     this.tsbClearAll.Click += new System.EventHandler(this.tsbClearAll_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // tsbToggleWordWrap
     //
     this.tsbToggleWordWrap.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbToggleWordWrap.Image                 = global::LuaEdit.Properties.Resources.ToggleWordWrap;
     this.tsbToggleWordWrap.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbToggleWordWrap.Name   = "tsbToggleWordWrap";
     this.tsbToggleWordWrap.Size   = new System.Drawing.Size(23, 22);
     this.tsbToggleWordWrap.Text   = "Toggle Word Wrap";
     this.tsbToggleWordWrap.Click += new System.EventHandler(this.tsbToggleWordWrap_Click);
     //
     // syntaxDocument1
     //
     this.syntaxDocument1.Folding = false;
     this.syntaxDocument1.Lines   = new string[] {
         ""
     };
     this.syntaxDocument1.MaxUndoBufferSize = 0;
     this.syntaxDocument1.Modified          = false;
     this.syntaxDocument1.UndoStep          = 0;
     //
     // txtOutput
     //
     this.txtOutput.ActiveView       = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
     this.txtOutput.AllowBreakPoints = false;
     this.txtOutput.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.txtOutput.AutoListAutoSelect   = false;
     this.txtOutput.AutoListPosition     = null;
     this.txtOutput.AutoListSelectedText = "a123";
     this.txtOutput.AutoListVisible      = false;
     this.txtOutput.BorderColor          = System.Drawing.SystemColors.ControlDark;
     this.txtOutput.BracketMatching      = false;
     this.txtOutput.CopyAsRTF            = false;
     this.txtOutput.Document             = this.syntaxDocument1;
     this.txtOutput.Indent               = Fireball.Windows.Forms.CodeEditor.IndentStyle.None;
     this.txtOutput.InfoTipCount         = 1;
     this.txtOutput.InfoTipPosition      = null;
     this.txtOutput.InfoTipSelectedIndex = 1;
     this.txtOutput.InfoTipVisible       = false;
     lineMarginRender1.Bounds            = new System.Drawing.Rectangle(0, 0, 19, 16);
     this.txtOutput.LineMarginRender     = lineMarginRender1;
     this.txtOutput.Location             = new System.Drawing.Point(0, 28);
     this.txtOutput.LockCursorUpdate     = false;
     this.txtOutput.Name               = "txtOutput";
     this.txtOutput.ReadOnly           = true;
     this.txtOutput.Saved              = false;
     this.txtOutput.ShowGutterMargin   = false;
     this.txtOutput.ShowLineNumbers    = false;
     this.txtOutput.ShowScopeIndicator = false;
     this.txtOutput.Size               = new System.Drawing.Size(444, 319);
     this.txtOutput.SmoothScroll       = false;
     this.txtOutput.SplitView          = false;
     this.txtOutput.SplitviewH         = -4;
     this.txtOutput.SplitviewV         = -4;
     this.txtOutput.TabGuideColor      = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(219)))), ((int)(((byte)(214)))));
     this.txtOutput.TabIndex           = 3;
     this.txtOutput.WhitespaceColor    = System.Drawing.SystemColors.ControlDark;
     //
     // OutputDlg
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(444, 347);
     this.Controls.Add(this.txtOutput);
     this.Controls.Add(this.solutionExplorerToolStrip);
     this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)(((((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.DockLeft)
                                                                   | WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight)
                                                                  | WeifenLuo.WinFormsUI.Docking.DockAreas.DockTop)
                                                                 | WeifenLuo.WinFormsUI.Docking.DockAreas.DockBottom)));
     this.HideOnClose = true;
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "OutputDlg";
     this.TabText     = "Output";
     this.Text        = "Output";
     this.solutionExplorerToolStrip.ResumeLayout(false);
     this.solutionExplorerToolStrip.PerformLayout();
     this.ResumeLayout(false);
 }
示例#14
0
        /// <summary>
        /// Método necesario para admitir el Diseñador. No se puede modificar
        /// el contenido del método con el editor de código.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Fireball.Windows.Forms.LineMarginRender lineMarginRender1 = new Fireball.Windows.Forms.LineMarginRender();
            this.label1 = new System.Windows.Forms.Label();
            this.textBox1 = new Fireball.Windows.Forms.CodeEditorControl();
            this.button1 = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.button2 = new System.Windows.Forms.Button();
            this.label4 = new System.Windows.Forms.Label();
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.label3 = new System.Windows.Forms.Label();
            this.methodInstructions1 = new NetDasm.Controls.MethodInstructions();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(9, 10);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(71, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Source code:";
            // 
            // textBox1
            // 
            this.textBox1.ActiveView = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
            this.textBox1.AllowBreakPoints = false;
            this.textBox1.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.textBox1.AutoListPosition = null;
            this.textBox1.AutoListSelectedText = "a123";
            this.textBox1.AutoListVisible = false;
            this.textBox1.CopyAsRTF = false;
            this.textBox1.InfoTipCount = 1;
            this.textBox1.InfoTipPosition = null;
            this.textBox1.InfoTipSelectedIndex = 1;
            this.textBox1.InfoTipVisible = false;
            lineMarginRender1.Bounds = new System.Drawing.Rectangle(0, 0, 19, 16);
            this.textBox1.LineMarginRender = lineMarginRender1;
            this.textBox1.Location = new System.Drawing.Point(8, 27);
            this.textBox1.LockCursorUpdate = false;
            this.textBox1.Name = "textBox1";
            this.textBox1.Saved = false;
            this.textBox1.ShowGutterMargin = false;
            this.textBox1.ShowScopeIndicator = false;
            this.textBox1.Size = new System.Drawing.Size(373, 251);
            this.textBox1.SmoothScroll = false;
            this.textBox1.SplitviewH = -4;
            this.textBox1.SplitviewV = -4;
            this.textBox1.TabGuideColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
            this.textBox1.TabIndex = 1;
            this.textBox1.WhitespaceColor = System.Drawing.SystemColors.ControlDark;
            // 
            // button1
            // 
            this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.button1.Location = new System.Drawing.Point(8, 284);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(97, 23);
            this.button1.TabIndex = 2;
            this.button1.Text = "Generate IL";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(3, 9);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(46, 13);
            this.label2.TabIndex = 3;
            this.label2.Text = "IL code:";
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.button2);
            this.splitContainer1.Panel1.Controls.Add(this.label1);
            this.splitContainer1.Panel1.Controls.Add(this.textBox1);
            this.splitContainer1.Panel1.Controls.Add(this.button1);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.label4);
            this.splitContainer1.Panel2.Controls.Add(this.methodInstructions1);
            this.splitContainer1.Panel2.Controls.Add(this.label2);
            this.splitContainer1.Size = new System.Drawing.Size(692, 319);
            this.splitContainer1.SplitterDistance = 388;
            this.splitContainer1.TabIndex = 5;
            // 
            // button2
            // 
            this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.button2.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.button2.Location = new System.Drawing.Point(285, 284);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(96, 23);
            this.button2.TabIndex = 3;
            this.button2.Text = "Restore code";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // label4
            // 
            this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.label4.Location = new System.Drawing.Point(6, 193);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(282, 123);
            this.label4.TabIndex = 6;
            // 
            // splitContainer2
            // 
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.Location = new System.Drawing.Point(0, 0);
            this.splitContainer2.Name = "splitContainer2";
            this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(this.splitContainer1);
            // 
            // splitContainer2.Panel2
            // 
            this.splitContainer2.Panel2.Controls.Add(this.listBox1);
            this.splitContainer2.Panel2.Controls.Add(this.label3);
            this.splitContainer2.Size = new System.Drawing.Size(692, 441);
            this.splitContainer2.SplitterDistance = 319;
            this.splitContainer2.TabIndex = 6;
            // 
            // listBox1
            // 
            this.listBox1.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.listBox1.FormattingEnabled = true;
            this.listBox1.Location = new System.Drawing.Point(13, 21);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(667, 82);
            this.listBox1.TabIndex = 1;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(12, 4);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(97, 13);
            this.label3.TabIndex = 0;
            this.label3.Text = "Compilation results:";
            // 
            // methodInstructions1
            // 
            this.methodInstructions1.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.methodInstructions1.FormattingEnabled = true;
            this.methodInstructions1.Location = new System.Drawing.Point(6, 27);
            this.methodInstructions1.Name = "methodInstructions1";
            this.methodInstructions1.Size = new System.Drawing.Size(282, 147);
            this.methodInstructions1.TabIndex = 5;
            // 
            // CodeToIl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(692, 441);
            this.Controls.Add(this.splitContainer2);
            this.Name = "CodeToIl";
            this.Text = "IL generator";
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel1.PerformLayout();
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.Panel2.PerformLayout();
            this.splitContainer1.ResumeLayout(false);
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            this.splitContainer2.Panel2.PerformLayout();
            this.splitContainer2.ResumeLayout(false);
            this.ResumeLayout(false);

        }
        /// <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(frmMain));
            Fireball.Windows.Forms.LineMarginRender lineMarginRender1 = new Fireball.Windows.Forms.LineMarginRender();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.tabCommandHost = new System.Windows.Forms.TabControl();
            this.tabShell = new System.Windows.Forms.TabPage();
            this.Shell = new UILibrary.ShellControl();
            this.tabTrace = new System.Windows.Forms.TabPage();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.btnClearTraceWindow = new System.Windows.Forms.ToolStripButton();
            this.TraceShell = new UILibrary.ShellControl();
            this.tabDefine = new System.Windows.Forms.TabControl();
            this.tabSessions = new System.Windows.Forms.TabPage();
            this.label4 = new System.Windows.Forms.Label();
            this.txtDefaultSession = new System.Windows.Forms.TextBox();
            this.btn_SetDefaultSession = new System.Windows.Forms.Button();
            this.btn_CloseSession = new System.Windows.Forms.Button();
            this.lstSessions = new System.Windows.Forms.ListBox();
            this.label3 = new System.Windows.Forms.Label();
            this.panel1 = new System.Windows.Forms.Panel();
            this.input_dbservertype = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.input_forceDB = new System.Windows.Forms.CheckBox();
            this.input_usetrusted = new System.Windows.Forms.CheckBox();
            this.button_refreshcompany = new System.Windows.Forms.Button();
            this.img_Login = new System.Windows.Forms.ImageList(this.components);
            this.input_sessionhandle = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label_licensesrv = new System.Windows.Forms.Label();
            this.input_licensesrv = new System.Windows.Forms.TextBox();
            this.input_serverpassword = new System.Windows.Forms.TextBox();
            this.input_serveruserid = new System.Windows.Forms.TextBox();
            this.input_server = new System.Windows.Forms.TextBox();
            this.input_password = new System.Windows.Forms.TextBox();
            this.input_username = new System.Windows.Forms.TextBox();
            this.button_OK = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.label_serveruserid = new System.Windows.Forms.Label();
            this.input_company = new System.Windows.Forms.ComboBox();
            this.label_Company = new System.Windows.Forms.Label();
            this.label_server = new System.Windows.Forms.Label();
            this.label_password = new System.Windows.Forms.Label();
            this.label_username = new System.Windows.Forms.Label();
            this.tabCode = new System.Windows.Forms.TabPage();
            this.toolStrip2 = new System.Windows.Forms.ToolStrip();
            this.btnExecute = new System.Windows.Forms.ToolStripButton();
            this.btnClear = new System.Windows.Forms.ToolStripButton();
            this.btnCopyAll = new System.Windows.Forms.ToolStripButton();
            this.codeEditor = new Fireball.Windows.Forms.CodeEditorControl();
            this.syntaxDocument1 = new Fireball.Syntax.SyntaxDocument(this.components);
            this.tabReference = new System.Windows.Forms.TabPage();
            this.label20 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.label17 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.lblObjectTypeName = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.lstEnumValues = new System.Windows.Forms.ListBox();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.cmbEnumInfo = new System.Windows.Forms.ComboBox();
            this.cmbRefEnum = new System.Windows.Forms.ComboBox();
            this.cmbRefObjects = new System.Windows.Forms.ComboBox();
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.fToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.tabCommandHost.SuspendLayout();
            this.tabShell.SuspendLayout();
            this.tabTrace.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.tabDefine.SuspendLayout();
            this.tabSessions.SuspendLayout();
            this.panel1.SuspendLayout();
            this.tabCode.SuspendLayout();
            this.toolStrip2.SuspendLayout();
            this.tabReference.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // statusStrip1
            // 
            this.statusStrip1.Location = new System.Drawing.Point(0, 728);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(615, 22);
            this.statusStrip1.TabIndex = 0;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 24);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.tabCommandHost);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.tabDefine);
            this.splitContainer1.Size = new System.Drawing.Size(615, 704);
            this.splitContainer1.SplitterDistance = 280;
            this.splitContainer1.TabIndex = 6;
            // 
            // tabCommandHost
            // 
            this.tabCommandHost.Controls.Add(this.tabShell);
            this.tabCommandHost.Controls.Add(this.tabTrace);
            this.tabCommandHost.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabCommandHost.Location = new System.Drawing.Point(0, 0);
            this.tabCommandHost.Name = "tabCommandHost";
            this.tabCommandHost.SelectedIndex = 0;
            this.tabCommandHost.Size = new System.Drawing.Size(615, 280);
            this.tabCommandHost.TabIndex = 0;
            // 
            // tabShell
            // 
            this.tabShell.Controls.Add(this.Shell);
            this.tabShell.Location = new System.Drawing.Point(4, 22);
            this.tabShell.Name = "tabShell";
            this.tabShell.Padding = new System.Windows.Forms.Padding(3);
            this.tabShell.Size = new System.Drawing.Size(607, 254);
            this.tabShell.TabIndex = 0;
            this.tabShell.Text = "Shell";
            this.tabShell.UseVisualStyleBackColor = true;
            // 
            // Shell
            // 
            this.Shell.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Shell.Location = new System.Drawing.Point(3, 3);
            this.Shell.Name = "Shell";
            this.Shell.Prompt = ">>>";
            this.Shell.ShellTextBackColor = System.Drawing.Color.Black;
            this.Shell.ShellTextFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Shell.ShellTextForeColor = System.Drawing.Color.LawnGreen;
            this.Shell.Size = new System.Drawing.Size(601, 248);
            this.Shell.TabIndex = 2;
            this.Shell.Load += new System.EventHandler(this.Shell_Load);
            // 
            // tabTrace
            // 
            this.tabTrace.Controls.Add(this.toolStrip1);
            this.tabTrace.Controls.Add(this.TraceShell);
            this.tabTrace.Location = new System.Drawing.Point(4, 22);
            this.tabTrace.Name = "tabTrace";
            this.tabTrace.Padding = new System.Windows.Forms.Padding(3);
            this.tabTrace.Size = new System.Drawing.Size(607, 257);
            this.tabTrace.TabIndex = 1;
            this.tabTrace.Text = "Trace";
            this.tabTrace.UseVisualStyleBackColor = true;
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btnClearTraceWindow});
            this.toolStrip1.Location = new System.Drawing.Point(3, 3);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(601, 25);
            this.toolStrip1.TabIndex = 2;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // btnClearTraceWindow
            // 
            this.btnClearTraceWindow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.btnClearTraceWindow.Image = ((System.Drawing.Image)(resources.GetObject("btnClearTraceWindow.Image")));
            this.btnClearTraceWindow.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnClearTraceWindow.Name = "btnClearTraceWindow";
            this.btnClearTraceWindow.Size = new System.Drawing.Size(38, 22);
            this.btnClearTraceWindow.Text = "Clear";
            this.btnClearTraceWindow.Click += new System.EventHandler(this.btnClearTraceWindow_Click);
            // 
            // TraceShell
            // 
            this.TraceShell.Location = new System.Drawing.Point(3, 22);
            this.TraceShell.Name = "TraceShell";
            this.TraceShell.Prompt = "!>";
            this.TraceShell.ShellTextBackColor = System.Drawing.Color.Black;
            this.TraceShell.ShellTextFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.TraceShell.ShellTextForeColor = System.Drawing.Color.OrangeRed;
            this.TraceShell.Size = new System.Drawing.Size(601, 232);
            this.TraceShell.TabIndex = 1;
            // 
            // tabDefine
            // 
            this.tabDefine.Controls.Add(this.tabSessions);
            this.tabDefine.Controls.Add(this.tabCode);
            this.tabDefine.Controls.Add(this.tabReference);
            this.tabDefine.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabDefine.Location = new System.Drawing.Point(0, 0);
            this.tabDefine.Name = "tabDefine";
            this.tabDefine.SelectedIndex = 0;
            this.tabDefine.Size = new System.Drawing.Size(615, 420);
            this.tabDefine.TabIndex = 0;
            this.tabDefine.Tag = "";
            // 
            // tabSessions
            // 
            this.tabSessions.Controls.Add(this.label4);
            this.tabSessions.Controls.Add(this.txtDefaultSession);
            this.tabSessions.Controls.Add(this.btn_SetDefaultSession);
            this.tabSessions.Controls.Add(this.btn_CloseSession);
            this.tabSessions.Controls.Add(this.lstSessions);
            this.tabSessions.Controls.Add(this.label3);
            this.tabSessions.Controls.Add(this.panel1);
            this.tabSessions.Location = new System.Drawing.Point(4, 22);
            this.tabSessions.Name = "tabSessions";
            this.tabSessions.Padding = new System.Windows.Forms.Padding(3);
            this.tabSessions.Size = new System.Drawing.Size(607, 394);
            this.tabSessions.TabIndex = 1;
            this.tabSessions.Text = "B1 Sessions";
            this.tabSessions.UseVisualStyleBackColor = true;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(10, 73);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(82, 13);
            this.label4.TabIndex = 6;
            this.label4.Text = "Default session:";
            // 
            // txtDefaultSession
            // 
            this.txtDefaultSession.Enabled = false;
            this.txtDefaultSession.Location = new System.Drawing.Point(115, 70);
            this.txtDefaultSession.Name = "txtDefaultSession";
            this.txtDefaultSession.Size = new System.Drawing.Size(260, 20);
            this.txtDefaultSession.TabIndex = 5;
            // 
            // btn_SetDefaultSession
            // 
            this.btn_SetDefaultSession.Enabled = false;
            this.btn_SetDefaultSession.Location = new System.Drawing.Point(381, 38);
            this.btn_SetDefaultSession.Name = "btn_SetDefaultSession";
            this.btn_SetDefaultSession.Size = new System.Drawing.Size(136, 24);
            this.btn_SetDefaultSession.TabIndex = 4;
            this.btn_SetDefaultSession.Text = "Set as default session";
            this.btn_SetDefaultSession.UseVisualStyleBackColor = true;
            this.btn_SetDefaultSession.Click += new System.EventHandler(this.btn_SetDefaultSession_Click);
            // 
            // btn_CloseSession
            // 
            this.btn_CloseSession.Enabled = false;
            this.btn_CloseSession.Location = new System.Drawing.Point(381, 12);
            this.btn_CloseSession.Name = "btn_CloseSession";
            this.btn_CloseSession.Size = new System.Drawing.Size(136, 24);
            this.btn_CloseSession.TabIndex = 3;
            this.btn_CloseSession.Text = "Drop session";
            this.btn_CloseSession.UseVisualStyleBackColor = true;
            this.btn_CloseSession.Click += new System.EventHandler(this.btn_CloseSession_Click);
            // 
            // lstSessions
            // 
            this.lstSessions.FormattingEnabled = true;
            this.lstSessions.Location = new System.Drawing.Point(115, 12);
            this.lstSessions.Name = "lstSessions";
            this.lstSessions.Size = new System.Drawing.Size(260, 56);
            this.lstSessions.TabIndex = 2;
            this.lstSessions.SelectedIndexChanged += new System.EventHandler(this.lstSessions_SelectedIndexChanged);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(10, 12);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(99, 13);
            this.label3.TabIndex = 1;
            this.label3.Text = "Active B1 sessions:";
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.input_dbservertype);
            this.panel1.Controls.Add(this.label5);
            this.panel1.Controls.Add(this.input_forceDB);
            this.panel1.Controls.Add(this.input_usetrusted);
            this.panel1.Controls.Add(this.button_refreshcompany);
            this.panel1.Controls.Add(this.input_sessionhandle);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.label_licensesrv);
            this.panel1.Controls.Add(this.input_licensesrv);
            this.panel1.Controls.Add(this.input_serverpassword);
            this.panel1.Controls.Add(this.input_serveruserid);
            this.panel1.Controls.Add(this.input_server);
            this.panel1.Controls.Add(this.input_password);
            this.panel1.Controls.Add(this.input_username);
            this.panel1.Controls.Add(this.button_OK);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.label_serveruserid);
            this.panel1.Controls.Add(this.input_company);
            this.panel1.Controls.Add(this.label_Company);
            this.panel1.Controls.Add(this.label_server);
            this.panel1.Controls.Add(this.label_password);
            this.panel1.Controls.Add(this.label_username);
            this.panel1.Location = new System.Drawing.Point(6, 95);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(511, 278);
            this.panel1.TabIndex = 0;
            // 
            // input_dbservertype
            // 
            this.input_dbservertype.FormattingEnabled = true;
            this.input_dbservertype.Items.AddRange(new object[] {
            "MSSQL2005",
            "MSSQL",
            "DB2",
            "SYBASE"});
            this.input_dbservertype.Location = new System.Drawing.Point(111, 216);
            this.input_dbservertype.Name = "input_dbservertype";
            this.input_dbservertype.Size = new System.Drawing.Size(176, 21);
            this.input_dbservertype.TabIndex = 41;
            this.input_dbservertype.Text = "MSSQL2005";
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(22, 217);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(82, 16);
            this.label5.TabIndex = 40;
            this.label5.Text = "Db server type";
            // 
            // input_forceDB
            // 
            this.input_forceDB.Location = new System.Drawing.Point(304, 138);
            this.input_forceDB.Name = "input_forceDB";
            this.input_forceDB.Size = new System.Drawing.Size(79, 24);
            this.input_forceDB.TabIndex = 38;
            this.input_forceDB.Text = "DB direct";
            this.input_forceDB.CheckedChanged += new System.EventHandler(this.input_forceDB_CheckedChanged);
            // 
            // input_usetrusted
            // 
            this.input_usetrusted.Checked = true;
            this.input_usetrusted.CheckState = System.Windows.Forms.CheckState.Checked;
            this.input_usetrusted.Location = new System.Drawing.Point(304, 85);
            this.input_usetrusted.Name = "input_usetrusted";
            this.input_usetrusted.Size = new System.Drawing.Size(104, 24);
            this.input_usetrusted.TabIndex = 37;
            this.input_usetrusted.Text = "Use trusted";
            this.input_usetrusted.CheckedChanged += new System.EventHandler(this.input_usetrusted_CheckedChanged);
            // 
            // button_refreshcompany
            // 
            this.button_refreshcompany.ImageIndex = 0;
            this.button_refreshcompany.ImageList = this.img_Login;
            this.button_refreshcompany.Location = new System.Drawing.Point(389, 111);
            this.button_refreshcompany.Name = "button_refreshcompany";
            this.button_refreshcompany.Size = new System.Drawing.Size(32, 32);
            this.button_refreshcompany.TabIndex = 36;
            this.button_refreshcompany.Click += new System.EventHandler(this.button_refreshcompany_Click);
            // 
            // img_Login
            // 
            this.img_Login.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("img_Login.ImageStream")));
            this.img_Login.TransparentColor = System.Drawing.Color.Transparent;
            this.img_Login.Images.SetKeyName(0, "");
            // 
            // input_sessionhandle
            // 
            this.input_sessionhandle.Location = new System.Drawing.Point(111, 7);
            this.input_sessionhandle.Name = "input_sessionhandle";
            this.input_sessionhandle.Size = new System.Drawing.Size(176, 20);
            this.input_sessionhandle.TabIndex = 35;
            this.input_sessionhandle.Text = "session1";
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(23, 7);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(80, 16);
            this.label2.TabIndex = 34;
            this.label2.Text = "Session handle";
            // 
            // label_licensesrv
            // 
            this.label_licensesrv.Location = new System.Drawing.Point(23, 190);
            this.label_licensesrv.Name = "label_licensesrv";
            this.label_licensesrv.Size = new System.Drawing.Size(80, 16);
            this.label_licensesrv.TabIndex = 33;
            this.label_licensesrv.Text = "License server";
            // 
            // input_licensesrv
            // 
            this.input_licensesrv.Enabled = false;
            this.input_licensesrv.Location = new System.Drawing.Point(111, 190);
            this.input_licensesrv.Name = "input_licensesrv";
            this.input_licensesrv.Size = new System.Drawing.Size(176, 20);
            this.input_licensesrv.TabIndex = 28;
            // 
            // input_serverpassword
            // 
            this.input_serverpassword.Enabled = false;
            this.input_serverpassword.Location = new System.Drawing.Point(111, 164);
            this.input_serverpassword.Name = "input_serverpassword";
            this.input_serverpassword.PasswordChar = '*';
            this.input_serverpassword.Size = new System.Drawing.Size(176, 20);
            this.input_serverpassword.TabIndex = 27;
            // 
            // input_serveruserid
            // 
            this.input_serveruserid.Enabled = false;
            this.input_serveruserid.Location = new System.Drawing.Point(111, 138);
            this.input_serveruserid.Name = "input_serveruserid";
            this.input_serveruserid.Size = new System.Drawing.Size(176, 20);
            this.input_serveruserid.TabIndex = 26;
            // 
            // input_server
            // 
            this.input_server.Location = new System.Drawing.Point(111, 85);
            this.input_server.Name = "input_server";
            this.input_server.Size = new System.Drawing.Size(176, 20);
            this.input_server.TabIndex = 23;
            // 
            // input_password
            // 
            this.input_password.Location = new System.Drawing.Point(111, 59);
            this.input_password.Name = "input_password";
            this.input_password.PasswordChar = '*';
            this.input_password.Size = new System.Drawing.Size(176, 20);
            this.input_password.TabIndex = 20;
            // 
            // input_username
            // 
            this.input_username.Location = new System.Drawing.Point(111, 33);
            this.input_username.Name = "input_username";
            this.input_username.Size = new System.Drawing.Size(176, 20);
            this.input_username.TabIndex = 18;
            // 
            // button_OK
            // 
            this.button_OK.Location = new System.Drawing.Point(111, 239);
            this.button_OK.Name = "button_OK";
            this.button_OK.Size = new System.Drawing.Size(106, 24);
            this.button_OK.TabIndex = 31;
            this.button_OK.Text = "Open session";
            this.button_OK.Click += new System.EventHandler(this.button_Login_Click);
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(23, 164);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(80, 16);
            this.label1.TabIndex = 30;
            this.label1.Text = "DB password";
            // 
            // label_serveruserid
            // 
            this.label_serveruserid.Location = new System.Drawing.Point(23, 138);
            this.label_serveruserid.Name = "label_serveruserid";
            this.label_serveruserid.Size = new System.Drawing.Size(80, 16);
            this.label_serveruserid.TabIndex = 29;
            this.label_serveruserid.Text = "DB userid";
            // 
            // input_company
            // 
            this.input_company.Location = new System.Drawing.Point(111, 111);
            this.input_company.Name = "input_company";
            this.input_company.Size = new System.Drawing.Size(272, 21);
            this.input_company.TabIndex = 24;
            // 
            // label_Company
            // 
            this.label_Company.Location = new System.Drawing.Point(23, 111);
            this.label_Company.Name = "label_Company";
            this.label_Company.Size = new System.Drawing.Size(80, 13);
            this.label_Company.TabIndex = 25;
            this.label_Company.Text = "Company";
            // 
            // label_server
            // 
            this.label_server.Location = new System.Drawing.Point(23, 85);
            this.label_server.Name = "label_server";
            this.label_server.Size = new System.Drawing.Size(80, 13);
            this.label_server.TabIndex = 22;
            this.label_server.Text = "Server";
            // 
            // label_password
            // 
            this.label_password.Location = new System.Drawing.Point(23, 59);
            this.label_password.Name = "label_password";
            this.label_password.Size = new System.Drawing.Size(80, 13);
            this.label_password.TabIndex = 21;
            this.label_password.Text = "Password";
            // 
            // label_username
            // 
            this.label_username.Location = new System.Drawing.Point(23, 33);
            this.label_username.Name = "label_username";
            this.label_username.Size = new System.Drawing.Size(80, 16);
            this.label_username.TabIndex = 19;
            this.label_username.Text = "User name";
            // 
            // tabCode
            // 
            this.tabCode.Controls.Add(this.toolStrip2);
            this.tabCode.Controls.Add(this.codeEditor);
            this.tabCode.Location = new System.Drawing.Point(4, 22);
            this.tabCode.Name = "tabCode";
            this.tabCode.Padding = new System.Windows.Forms.Padding(3);
            this.tabCode.Size = new System.Drawing.Size(607, 398);
            this.tabCode.TabIndex = 0;
            this.tabCode.Text = "Code";
            this.tabCode.UseVisualStyleBackColor = true;
            // 
            // toolStrip2
            // 
            this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btnExecute,
            this.btnClear,
            this.btnCopyAll});
            this.toolStrip2.Location = new System.Drawing.Point(3, 3);
            this.toolStrip2.Name = "toolStrip2";
            this.toolStrip2.Size = new System.Drawing.Size(601, 25);
            this.toolStrip2.TabIndex = 7;
            this.toolStrip2.Text = "toolStrip2";
            // 
            // btnExecute
            // 
            this.btnExecute.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.btnExecute.Image = ((System.Drawing.Image)(resources.GetObject("btnExecute.Image")));
            this.btnExecute.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnExecute.Name = "btnExecute";
            this.btnExecute.Size = new System.Drawing.Size(51, 22);
            this.btnExecute.Text = "Execute";
            this.btnExecute.Click += new System.EventHandler(this.button1_Click_1);
            // 
            // btnClear
            // 
            this.btnClear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.btnClear.Image = ((System.Drawing.Image)(resources.GetObject("btnClear.Image")));
            this.btnClear.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnClear.Name = "btnClear";
            this.btnClear.Size = new System.Drawing.Size(38, 22);
            this.btnClear.Text = "Clear";
            this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
            // 
            // btnCopyAll
            // 
            this.btnCopyAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.btnCopyAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCopyAll.Image")));
            this.btnCopyAll.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnCopyAll.Name = "btnCopyAll";
            this.btnCopyAll.Size = new System.Drawing.Size(56, 22);
            this.btnCopyAll.Text = "Copy All";
            this.btnCopyAll.Click += new System.EventHandler(this.btnCopyAll_Click);
            // 
            // codeEditor
            // 
            this.codeEditor.ActiveView = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
            this.codeEditor.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.codeEditor.AutoListPosition = null;
            this.codeEditor.AutoListSelectedText = "a123";
            this.codeEditor.AutoListVisible = false;
            this.codeEditor.CopyAsRTF = false;
            this.codeEditor.Document = this.syntaxDocument1;
            this.codeEditor.InfoTipCount = 1;
            this.codeEditor.InfoTipPosition = null;
            this.codeEditor.InfoTipSelectedIndex = 1;
            this.codeEditor.InfoTipVisible = false;
            lineMarginRender1.Bounds = new System.Drawing.Rectangle(19, 0, 19, 16);
            this.codeEditor.LineMarginRender = lineMarginRender1;
            this.codeEditor.Location = new System.Drawing.Point(3, 31);
            this.codeEditor.LockCursorUpdate = false;
            this.codeEditor.Name = "codeEditor";
            this.codeEditor.Saved = false;
            this.codeEditor.ShowScopeIndicator = false;
            this.codeEditor.Size = new System.Drawing.Size(601, 364);
            this.codeEditor.SmoothScroll = false;
            this.codeEditor.SplitviewH = -4;
            this.codeEditor.SplitviewV = -4;
            this.codeEditor.TabGuideColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(243)))), ((int)(((byte)(234)))));
            this.codeEditor.TabIndex = 1;
            this.codeEditor.Text = "codeEditorControl1";
            this.codeEditor.WhitespaceColor = System.Drawing.SystemColors.ControlDark;
            // 
            // syntaxDocument1
            // 
            this.syntaxDocument1.Lines = new string[] {
        ""};
            this.syntaxDocument1.MaxUndoBufferSize = 1000;
            this.syntaxDocument1.Modified = false;
            this.syntaxDocument1.UndoStep = 0;
            // 
            // tabReference
            // 
            this.tabReference.Controls.Add(this.label20);
            this.tabReference.Controls.Add(this.label19);
            this.tabReference.Controls.Add(this.label18);
            this.tabReference.Controls.Add(this.label17);
            this.tabReference.Controls.Add(this.label16);
            this.tabReference.Controls.Add(this.label15);
            this.tabReference.Controls.Add(this.label14);
            this.tabReference.Controls.Add(this.lblObjectTypeName);
            this.tabReference.Controls.Add(this.label13);
            this.tabReference.Controls.Add(this.label12);
            this.tabReference.Controls.Add(this.label11);
            this.tabReference.Controls.Add(this.lstEnumValues);
            this.tabReference.Controls.Add(this.label10);
            this.tabReference.Controls.Add(this.label9);
            this.tabReference.Controls.Add(this.label8);
            this.tabReference.Controls.Add(this.label7);
            this.tabReference.Controls.Add(this.label6);
            this.tabReference.Controls.Add(this.cmbEnumInfo);
            this.tabReference.Controls.Add(this.cmbRefEnum);
            this.tabReference.Controls.Add(this.cmbRefObjects);
            this.tabReference.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.tabReference.Location = new System.Drawing.Point(4, 22);
            this.tabReference.Name = "tabReference";
            this.tabReference.Padding = new System.Windows.Forms.Padding(3);
            this.tabReference.Size = new System.Drawing.Size(607, 398);
            this.tabReference.TabIndex = 2;
            this.tabReference.Text = "Cheat Sheet";
            this.tabReference.UseVisualStyleBackColor = true;
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Italic);
            this.label20.Location = new System.Drawing.Point(11, 346);
            this.label20.MaximumSize = new System.Drawing.Size(260, 0);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(117, 15);
            this.label20.TabIndex = 21;
            this.label20.Text = "myStrBldr.ToString()";
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Italic);
            this.label19.Location = new System.Drawing.Point(11, 331);
            this.label19.MaximumSize = new System.Drawing.Size(260, 0);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(161, 15);
            this.label19.TabIndex = 20;
            this.label19.Text = "myStrBldr.Append(\"World !\")";
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Italic);
            this.label18.Location = new System.Drawing.Point(11, 316);
            this.label18.MaximumSize = new System.Drawing.Size(260, 0);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(155, 15);
            this.label18.TabIndex = 19;
            this.label18.Text = "myStrBldr.Append(\"Hello,\")";
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Italic);
            this.label17.Location = new System.Drawing.Point(11, 301);
            this.label17.MaximumSize = new System.Drawing.Size(260, 0);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(216, 15);
            this.label17.TabIndex = 18;
            this.label17.Text = "myStrBldr=System.Text.StringBuilder()";
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label16.Location = new System.Drawing.Point(8, 214);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(140, 13);
            this.label16.TabIndex = 17;
            this.label16.Text = "Using .NET 2.0 classes";
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(8, 227);
            this.label15.MaximumSize = new System.Drawing.Size(260, 0);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(260, 65);
            this.label15.TabIndex = 16;
            this.label15.Text = resources.GetString("label15.Text");
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(7, 68);
            this.label14.MaximumSize = new System.Drawing.Size(260, 0);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(256, 26);
            this.label14.TabIndex = 15;
            this.label14.Text = "You can use these shortcut expressions and their DI API equivalents interchangeab" +
    "ly.";
            // 
            // lblObjectTypeName
            // 
            this.lblObjectTypeName.AutoSize = true;
            this.lblObjectTypeName.Location = new System.Drawing.Point(7, 121);
            this.lblObjectTypeName.MaximumSize = new System.Drawing.Size(0, 240);
            this.lblObjectTypeName.MinimumSize = new System.Drawing.Size(240, 0);
            this.lblObjectTypeName.Name = "lblObjectTypeName";
            this.lblObjectTypeName.Size = new System.Drawing.Size(240, 13);
            this.lblObjectTypeName.TabIndex = 14;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label13.Location = new System.Drawing.Point(7, 151);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(53, 13);
            this.label13.TabIndex = 13;
            this.label13.Text = "SBObob";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(8, 164);
            this.label12.MaximumSize = new System.Drawing.Size(260, 0);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(260, 39);
            this.label12.TabIndex = 12;
            this.label12.Text = "You can access the SBObob object of the default session by the shortcut expressio" +
    "n BOB. For instance: BOB.GetItemList()";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(270, 68);
            this.label11.MaximumSize = new System.Drawing.Size(260, 0);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(253, 26);
            this.label11.TabIndex = 11;
            this.label11.Text = "The shortcuts support three case variants: as in DI API (tYES), lowercase (tyes) " +
    "and uppercase (TYES).";
            // 
            // lstEnumValues
            // 
            this.lstEnumValues.FormattingEnabled = true;
            this.lstEnumValues.Location = new System.Drawing.Point(273, 194);
            this.lstEnumValues.Name = "lstEnumValues";
            this.lstEnumValues.Size = new System.Drawing.Size(259, 108);
            this.lstEnumValues.TabIndex = 10;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label10.Location = new System.Drawing.Point(270, 151);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(156, 13);
            this.label10.TabIndex = 9;
            this.label10.Text = "DI API Enumeration Types";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(270, 26);
            this.label9.MaximumSize = new System.Drawing.Size(260, 0);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(254, 39);
            this.label9.TabIndex = 8;
            this.label9.Text = "When you need enumeration values, you can either use these shortcut expressions o" +
    "r their DI API equivalents.";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(6, 26);
            this.label8.MaximumSize = new System.Drawing.Size(260, 0);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(260, 39);
            this.label8.TabIndex = 7;
            this.label8.Text = "This list contains all the valid objecttype shortcuts that can be used as targets" +
    " for the following functions: get(), add(), update(), delete(), close() and canc" +
    "el()";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label7.Location = new System.Drawing.Point(269, 4);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(133, 13);
            this.label7.TabIndex = 5;
            this.label7.Text = "Enumeration shortcuts";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label6.Location = new System.Drawing.Point(7, 4);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(82, 13);
            this.label6.TabIndex = 4;
            this.label6.Text = "Object Types";
            // 
            // cmbEnumInfo
            // 
            this.cmbEnumInfo.FormattingEnabled = true;
            this.cmbEnumInfo.Location = new System.Drawing.Point(273, 167);
            this.cmbEnumInfo.Name = "cmbEnumInfo";
            this.cmbEnumInfo.Size = new System.Drawing.Size(259, 21);
            this.cmbEnumInfo.TabIndex = 3;
            this.cmbEnumInfo.SelectedIndexChanged += new System.EventHandler(this.cmbEnumInfo_SelectedIndexChanged);
            // 
            // cmbRefEnum
            // 
            this.cmbRefEnum.FormattingEnabled = true;
            this.cmbRefEnum.Location = new System.Drawing.Point(272, 97);
            this.cmbRefEnum.Name = "cmbRefEnum";
            this.cmbRefEnum.Size = new System.Drawing.Size(259, 21);
            this.cmbRefEnum.TabIndex = 1;
            this.cmbRefEnum.SelectedIndexChanged += new System.EventHandler(this.cmbRefEnum_SelectedIndexChanged);
            // 
            // cmbRefObjects
            // 
            this.cmbRefObjects.FormattingEnabled = true;
            this.cmbRefObjects.Location = new System.Drawing.Point(6, 97);
            this.cmbRefObjects.Name = "cmbRefObjects";
            this.cmbRefObjects.Size = new System.Drawing.Size(259, 21);
            this.cmbRefObjects.TabIndex = 0;
            this.cmbRefObjects.SelectedIndexChanged += new System.EventHandler(this.cmbRefObjects_SelectedIndexChanged);
            // 
            // splitContainer2
            // 
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Right;
            this.splitContainer2.Location = new System.Drawing.Point(614, 24);
            this.splitContainer2.Name = "splitContainer2";
            this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.splitContainer2.Size = new System.Drawing.Size(1, 704);
            this.splitContainer2.SplitterDistance = 300;
            this.splitContainer2.TabIndex = 7;
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fToolStripMenuItem,
            this.helpToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(615, 24);
            this.menuStrip1.TabIndex = 8;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // fToolStripMenuItem
            // 
            this.fToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.exitToolStripMenuItem});
            this.fToolStripMenuItem.Name = "fToolStripMenuItem";
            this.fToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
            this.fToolStripMenuItem.Text = "File";
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(92, 22);
            this.exitToolStripMenuItem.Text = "Exit";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
            // 
            // helpToolStripMenuItem
            // 
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.aboutToolStripMenuItem});
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
            this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
            this.helpToolStripMenuItem.Text = "Help";
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
            this.aboutToolStripMenuItem.Text = "About DI Commander";
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
            // 
            // frmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(615, 750);
            this.Controls.Add(this.splitContainer2);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.menuStrip1);
            this.Name = "frmMain";
            this.Text = "DI Commander R2.0";
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.tabCommandHost.ResumeLayout(false);
            this.tabShell.ResumeLayout(false);
            this.tabTrace.ResumeLayout(false);
            this.tabTrace.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.tabDefine.ResumeLayout(false);
            this.tabSessions.ResumeLayout(false);
            this.tabSessions.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.tabCode.ResumeLayout(false);
            this.tabCode.PerformLayout();
            this.toolStrip2.ResumeLayout(false);
            this.toolStrip2.PerformLayout();
            this.tabReference.ResumeLayout(false);
            this.tabReference.PerformLayout();
            this.splitContainer2.ResumeLayout(false);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
示例#16
0
        /// <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();
            Fireball.Windows.Forms.LineMarginRender lineMarginRender1 = new Fireball.Windows.Forms.LineMarginRender();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWizard));
            Fireball.Windows.Forms.LineMarginRender lineMarginRender2 = new Fireball.Windows.Forms.LineMarginRender();
            this.panStep1 = new System.Windows.Forms.Panel();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.chkCommentAnyPlace = new System.Windows.Forms.CheckBox();
            this.label13 = new System.Windows.Forms.Label();
            this.txtCommentMarker = new System.Windows.Forms.TextBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.label21 = new System.Windows.Forms.Label();
            this.txtRecordConditionSelector = new System.Windows.Forms.TextBox();
            this.cboRecordCondition = new System.Windows.Forms.ComboBox();
            this.label19 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.chkIgnoreEmpty = new System.Windows.Forms.CheckBox();
            this.txtIgnoreLast = new System.Windows.Forms.NumericUpDown();
            this.label14 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.txtIgnoreFirst = new System.Windows.Forms.NumericUpDown();
            this.label17 = new System.Windows.Forms.Label();
            this.label20 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.txtFieldLength = new System.Windows.Forms.NumericUpDown();
            this.label11 = new System.Windows.Forms.Label();
            this.cboFieldVisibility = new System.Windows.Forms.ComboBox();
            this.txtDefaultType = new System.Windows.Forms.ComboBox();
            this.txtNumberOfFields = new System.Windows.Forms.NumericUpDown();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.panStep3 = new System.Windows.Forms.Panel();
            this.txtTemplOut = new Fireball.Windows.Forms.CodeEditorControl();
            this.sdTemplOut = new Fireball.Syntax.SyntaxDocument(this.components);
            this.cboTemplate = new System.Windows.Forms.ComboBox();
            this.cboLanguage = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.cmdSaveToFile = new System.Windows.Forms.Button();
            this.cmdToClipboard = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.panFields = new System.Windows.Forms.FlowLayoutPanel();
            this.panStep0 = new System.Windows.Forms.Panel();
            this.cboClassVisibility = new System.Windows.Forms.ComboBox();
            this.label8 = new System.Windows.Forms.Label();
            this.chkSealed = new System.Windows.Forms.CheckBox();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.txtClassName = new System.Windows.Forms.TextBox();
            this.groupBox8 = new System.Windows.Forms.GroupBox();
            this.label12 = new System.Windows.Forms.Label();
            this.cboFixedMode2 = new System.Windows.Forms.ComboBox();
            this.gbxDelimitedBy = new System.Windows.Forms.GroupBox();
            this.radDelTabs = new System.Windows.Forms.RadioButton();
            this.txtDelimiter = new System.Windows.Forms.TextBox();
            this.radDelCustom = new System.Windows.Forms.RadioButton();
            this.radDelVertBar = new System.Windows.Forms.RadioButton();
            this.radDelSemiCol = new System.Windows.Forms.RadioButton();
            this.radDelComma = new System.Windows.Forms.RadioButton();
            this.radDelimited = new System.Windows.Forms.RadioButton();
            this.radFixed = new System.Windows.Forms.RadioButton();
            this.label18 = new System.Windows.Forms.Label();
            this.picCurrent = new System.Windows.Forms.PictureBox();
            this.picNewVersion = new System.Windows.Forms.PictureBox();
            this.panStep2 = new System.Windows.Forms.Panel();
            this.cmdAddField = new System.Windows.Forms.Button();
            this.label15 = new System.Windows.Forms.Label();
            this.dlgSaveToFile = new System.Windows.Forms.SaveFileDialog();
            this.panel2 = new System.Windows.Forms.Panel();
            this.cmdTestClass = new System.Windows.Forms.Button();
            this.cmdLoad = new System.Windows.Forms.Button();
            this.cmdSave = new System.Windows.Forms.Button();
            this.cmdPreview = new System.Windows.Forms.Button();
            this.cmdBack = new System.Windows.Forms.Button();
            this.cmdNext = new System.Windows.Forms.Button();
            this.cmdReset = new System.Windows.Forms.Button();
            this.panPreview = new System.Windows.Forms.Panel();
            this.cboClassLeng = new System.Windows.Forms.ComboBox();
            this.label7 = new System.Windows.Forms.Label();
            this.pictureBox4 = new System.Windows.Forms.PictureBox();
            this.label5 = new System.Windows.Forms.Label();
            this.cmdSaveClass = new System.Windows.Forms.Button();
            this.cmdCopyClass = new System.Windows.Forms.Button();
            this.txtOutput = new Fireball.Windows.Forms.CodeEditorControl();
            this.sdClassOut = new Fireball.Syntax.SyntaxDocument(this.components);
            this.chkProperties = new System.Windows.Forms.CheckBox();
            this.dlgSaveWizard = new System.Windows.Forms.SaveFileDialog();
            this.dlgOpenWizard = new System.Windows.Forms.OpenFileDialog();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.picDonate = new System.Windows.Forms.PictureBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.linkHome = new System.Windows.Forms.Label();
            this.pictureBox5 = new System.Windows.Forms.PictureBox();
            this.lblStep2 = new System.Windows.Forms.Label();
            this.lblStep3 = new System.Windows.Forms.Label();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.pictureBox3 = new System.Windows.Forms.PictureBox();
            this.lblStep0 = new System.Windows.Forms.Label();
            this.lblStep1 = new System.Windows.Forms.Label();
            this.picCurrStep = new System.Windows.Forms.PictureBox();
            this.picFirstDark = new System.Windows.Forms.PictureBox();
            this.panStep1.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtIgnoreLast)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtIgnoreFirst)).BeginInit();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtFieldLength)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNumberOfFields)).BeginInit();
            this.panStep3.SuspendLayout();
            this.panStep0.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.groupBox8.SuspendLayout();
            this.gbxDelimitedBy.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picCurrent)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picNewVersion)).BeginInit();
            this.panStep2.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panPreview.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picDonate)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picCurrStep)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picFirstDark)).BeginInit();
            this.SuspendLayout();
            // 
            // panStep1
            // 
            this.panStep1.BackColor = System.Drawing.Color.White;
            this.panStep1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.panStep1.Controls.Add(this.groupBox4);
            this.panStep1.Controls.Add(this.groupBox3);
            this.panStep1.Controls.Add(this.groupBox1);
            this.panStep1.Controls.Add(this.groupBox2);
            this.panStep1.Controls.Add(this.label1);
            this.panStep1.Location = new System.Drawing.Point(170, 0);
            this.panStep1.Name = "panStep1";
            this.panStep1.Size = new System.Drawing.Size(400, 366);
            this.panStep1.TabIndex = 2;
            this.panStep1.TabStop = true;
            this.panStep1.Visible = false;
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.chkCommentAnyPlace);
            this.groupBox4.Controls.Add(this.label13);
            this.groupBox4.Controls.Add(this.txtCommentMarker);
            this.groupBox4.Location = new System.Drawing.Point(219, 191);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(166, 95);
            this.groupBox4.TabIndex = 13;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Commented Lines";
            // 
            // chkCommentAnyPlace
            // 
            this.chkCommentAnyPlace.Checked = true;
            this.chkCommentAnyPlace.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkCommentAnyPlace.Location = new System.Drawing.Point(15, 54);
            this.chkCommentAnyPlace.Name = "chkCommentAnyPlace";
            this.chkCommentAnyPlace.Size = new System.Drawing.Size(148, 30);
            this.chkCommentAnyPlace.TabIndex = 11;
            this.chkCommentAnyPlace.Text = "The comment can have spaces or tabs at left";
            this.chkCommentAnyPlace.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.chkCommentAnyPlace.UseVisualStyleBackColor = true;
            this.chkCommentAnyPlace.CheckedChanged += new System.EventHandler(this.chkCommentAnyPlace_CheckedChanged);
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(12, 27);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(88, 13);
            this.label13.TabIndex = 11;
            this.label13.Text = "Comment Marker";
            // 
            // txtCommentMarker
            // 
            this.txtCommentMarker.Location = new System.Drawing.Point(106, 24);
            this.txtCommentMarker.Name = "txtCommentMarker";
            this.txtCommentMarker.Size = new System.Drawing.Size(40, 21);
            this.txtCommentMarker.TabIndex = 12;
            this.toolTip1.SetToolTip(this.txtCommentMarker, "Allow you to ignore the lines that begin with this comment marker.");
            this.txtCommentMarker.TextChanged += new System.EventHandler(this.txtCommentMarker_TextChanged);
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.label21);
            this.groupBox3.Controls.Add(this.txtRecordConditionSelector);
            this.groupBox3.Controls.Add(this.cboRecordCondition);
            this.groupBox3.Controls.Add(this.label19);
            this.groupBox3.Location = new System.Drawing.Point(19, 288);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(366, 71);
            this.groupBox3.TabIndex = 12;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Conditional Records";
            // 
            // label21
            // 
            this.label21.AutoSize = true;
            this.label21.Location = new System.Drawing.Point(47, 47);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(131, 13);
            this.label21.TabIndex = 1018;
            this.label21.Text = "Record Condition Selector";
            // 
            // txtRecordConditionSelector
            // 
            this.txtRecordConditionSelector.Location = new System.Drawing.Point(181, 44);
            this.txtRecordConditionSelector.Name = "txtRecordConditionSelector";
            this.txtRecordConditionSelector.Size = new System.Drawing.Size(137, 21);
            this.txtRecordConditionSelector.TabIndex = 1019;
            this.toolTip1.SetToolTip(this.txtRecordConditionSelector, "The selector used with the Record Condition");
            this.txtRecordConditionSelector.TextChanged += new System.EventHandler(this.txtRecordConditionSelector_TextChanged);
            // 
            // cboRecordCondition
            // 
            this.cboRecordCondition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboRecordCondition.FormattingEnabled = true;
            this.cboRecordCondition.Location = new System.Drawing.Point(181, 20);
            this.cboRecordCondition.Name = "cboRecordCondition";
            this.cboRecordCondition.Size = new System.Drawing.Size(137, 21);
            this.cboRecordCondition.TabIndex = 1016;
            this.toolTip1.SetToolTip(this.cboRecordCondition, "Allow you to include or exclude certain records");
            this.cboRecordCondition.SelectedIndexChanged += new System.EventHandler(this.cboRecordCondition_SelectedIndexChanged);
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(47, 23);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(89, 13);
            this.label19.TabIndex = 1017;
            this.label19.Text = "Record Condition";
            this.label19.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.chkIgnoreEmpty);
            this.groupBox1.Controls.Add(this.txtIgnoreLast);
            this.groupBox1.Controls.Add(this.label14);
            this.groupBox1.Controls.Add(this.label16);
            this.groupBox1.Controls.Add(this.txtIgnoreFirst);
            this.groupBox1.Controls.Add(this.label17);
            this.groupBox1.Controls.Add(this.label20);
            this.groupBox1.Location = new System.Drawing.Point(19, 191);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(194, 95);
            this.groupBox1.TabIndex = 11;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Ignore Lines";
            // 
            // chkIgnoreEmpty
            // 
            this.chkIgnoreEmpty.AutoSize = true;
            this.chkIgnoreEmpty.Location = new System.Drawing.Point(39, 70);
            this.chkIgnoreEmpty.Name = "chkIgnoreEmpty";
            this.chkIgnoreEmpty.Size = new System.Drawing.Size(118, 17);
            this.chkIgnoreEmpty.TabIndex = 1;
            this.chkIgnoreEmpty.Text = "Ignore Empty Lines";
            this.toolTip1.SetToolTip(this.chkIgnoreEmpty, "By Pass the empty lines");
            this.chkIgnoreEmpty.UseVisualStyleBackColor = true;
            this.chkIgnoreEmpty.CheckedChanged += new System.EventHandler(this.chkIgnoreEmpty_CheckedChanged);
            // 
            // txtIgnoreLast
            // 
            this.txtIgnoreLast.Location = new System.Drawing.Point(98, 43);
            this.txtIgnoreLast.Name = "txtIgnoreLast";
            this.txtIgnoreLast.Size = new System.Drawing.Size(44, 21);
            this.txtIgnoreLast.TabIndex = 8;
            this.txtIgnoreLast.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.txtIgnoreLast.ValueChanged += new System.EventHandler(this.txtIgnoreLast_ValueChanged);
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(148, 46);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(31, 13);
            this.label14.TabIndex = 9;
            this.label14.Text = "Lines";
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(10, 46);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(81, 13);
            this.label16.TabIndex = 10;
            this.label16.Text = "Ignore the Last";
            // 
            // txtIgnoreFirst
            // 
            this.txtIgnoreFirst.Location = new System.Drawing.Point(98, 17);
            this.txtIgnoreFirst.Name = "txtIgnoreFirst";
            this.txtIgnoreFirst.Size = new System.Drawing.Size(44, 21);
            this.txtIgnoreFirst.TabIndex = 0;
            this.txtIgnoreFirst.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.txtIgnoreFirst.ValueChanged += new System.EventHandler(this.txtIgnoreFirst_ValueChanged);
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(148, 22);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(31, 13);
            this.label17.TabIndex = 6;
            this.label17.Text = "Lines";
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Location = new System.Drawing.Point(9, 19);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(82, 13);
            this.label20.TabIndex = 7;
            this.label20.Text = "Ignore the First";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.txtFieldLength);
            this.groupBox2.Controls.Add(this.label11);
            this.groupBox2.Controls.Add(this.cboFieldVisibility);
            this.groupBox2.Controls.Add(this.txtDefaultType);
            this.groupBox2.Controls.Add(this.txtNumberOfFields);
            this.groupBox2.Controls.Add(this.label10);
            this.groupBox2.Controls.Add(this.label9);
            this.groupBox2.Controls.Add(this.label6);
            this.groupBox2.Location = new System.Drawing.Point(18, 54);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(368, 131);
            this.groupBox2.TabIndex = 0;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Fields Options";
            // 
            // txtFieldLength
            // 
            this.txtFieldLength.Location = new System.Drawing.Point(154, 48);
            this.txtFieldLength.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.txtFieldLength.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.txtFieldLength.Name = "txtFieldLength";
            this.txtFieldLength.Size = new System.Drawing.Size(84, 21);
            this.txtFieldLength.TabIndex = 10;
            this.txtFieldLength.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.txtFieldLength.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(48, 51);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(103, 13);
            this.label11.TabIndex = 9;
            this.label11.Text = "Default Field Length";
            this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // cboFieldVisibility
            // 
            this.cboFieldVisibility.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboFieldVisibility.FormattingEnabled = true;
            this.cboFieldVisibility.Location = new System.Drawing.Point(154, 102);
            this.cboFieldVisibility.Name = "cboFieldVisibility";
            this.cboFieldVisibility.Size = new System.Drawing.Size(84, 21);
            this.cboFieldVisibility.TabIndex = 2;
            this.cboFieldVisibility.SelectedIndexChanged += new System.EventHandler(this.cboFieldVisibility_SelectedIndexChanged);
            // 
            // txtDefaultType
            // 
            this.txtDefaultType.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.txtDefaultType.FormattingEnabled = true;
            this.txtDefaultType.Items.AddRange(new object[] {
            "String",
            "DateTime",
            "Int16",
            "Int32",
            "Int64",
            "Decimal",
            "Double",
            "Single",
            "Bool"});
            this.txtDefaultType.Location = new System.Drawing.Point(154, 75);
            this.txtDefaultType.MaxDropDownItems = 20;
            this.txtDefaultType.Name = "txtDefaultType";
            this.txtDefaultType.Size = new System.Drawing.Size(84, 21);
            this.txtDefaultType.TabIndex = 1;
            this.txtDefaultType.Text = "String";
            // 
            // txtNumberOfFields
            // 
            this.txtNumberOfFields.Location = new System.Drawing.Point(154, 21);
            this.txtNumberOfFields.Name = "txtNumberOfFields";
            this.txtNumberOfFields.Size = new System.Drawing.Size(84, 21);
            this.txtNumberOfFields.TabIndex = 0;
            this.txtNumberOfFields.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.txtNumberOfFields.Value = new decimal(new int[] {
            5,
            0,
            0,
            0});
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(48, 105);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(69, 13);
            this.label10.TabIndex = 5;
            this.label10.Text = "Field Visibility";
            this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(48, 78);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(94, 13);
            this.label9.TabIndex = 3;
            this.label9.Text = "Default Field Type";
            this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(48, 23);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(87, 13);
            this.label6.TabIndex = 1;
            this.label6.Text = "Number of Fields";
            this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.White;
            this.label1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(11, 14);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(263, 19);
            this.label1.TabIndex = 0;
            this.label1.Text = "2. Record and Fields Properties";
            // 
            // panStep3
            // 
            this.panStep3.BackColor = System.Drawing.Color.White;
            this.panStep3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.panStep3.Controls.Add(this.txtTemplOut);
            this.panStep3.Controls.Add(this.cboTemplate);
            this.panStep3.Controls.Add(this.cboLanguage);
            this.panStep3.Controls.Add(this.label4);
            this.panStep3.Controls.Add(this.label3);
            this.panStep3.Controls.Add(this.cmdSaveToFile);
            this.panStep3.Controls.Add(this.cmdToClipboard);
            this.panStep3.Controls.Add(this.label2);
            this.panStep3.Location = new System.Drawing.Point(170, 0);
            this.panStep3.Name = "panStep3";
            this.panStep3.Size = new System.Drawing.Size(400, 366);
            this.panStep3.TabIndex = 3;
            this.panStep3.TabStop = true;
            this.panStep3.Visible = false;
            // 
            // txtTemplOut
            // 
            this.txtTemplOut.ActiveView = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
            this.txtTemplOut.AutoListPosition = null;
            this.txtTemplOut.AutoListSelectedText = "a123";
            this.txtTemplOut.AutoListVisible = false;
            this.txtTemplOut.CopyAsRTF = true;
            this.txtTemplOut.Document = this.sdTemplOut;
            this.txtTemplOut.Indent = Fireball.Windows.Forms.CodeEditor.IndentStyle.Smart;
            this.txtTemplOut.InfoTipCount = 1;
            this.txtTemplOut.InfoTipPosition = null;
            this.txtTemplOut.InfoTipSelectedIndex = 1;
            this.txtTemplOut.InfoTipVisible = false;
            lineMarginRender1.Bounds = new System.Drawing.Rectangle(0, 0, 0, 0);
            this.txtTemplOut.LineMarginRender = lineMarginRender1;
            this.txtTemplOut.Location = new System.Drawing.Point(18, 70);
            this.txtTemplOut.LockCursorUpdate = false;
            this.txtTemplOut.Name = "txtTemplOut";
            this.txtTemplOut.ParseOnPaste = true;
            this.txtTemplOut.ReadOnly = true;
            this.txtTemplOut.Saved = true;
            this.txtTemplOut.ShowGutterMargin = false;
            this.txtTemplOut.ShowLineNumbers = false;
            this.txtTemplOut.ShowScopeIndicator = false;
            this.txtTemplOut.Size = new System.Drawing.Size(367, 258);
            this.txtTemplOut.SmoothScroll = true;
            this.txtTemplOut.SplitView = false;
            this.txtTemplOut.SplitviewH = -4;
            this.txtTemplOut.SplitviewV = -4;
            this.txtTemplOut.TabGuideColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(243)))), ((int)(((byte)(234)))));
            this.txtTemplOut.TabIndex = 11;
            this.txtTemplOut.Text = "codeEditorControl1";
            this.txtTemplOut.WhitespaceColor = System.Drawing.SystemColors.ControlDark;
            // 
            // sdTemplOut
            // 
            this.sdTemplOut.Lines = new string[] {
        " "};
            this.sdTemplOut.MaxUndoBufferSize = 1;
            this.sdTemplOut.Modified = false;
            this.sdTemplOut.UndoStep = 0;
            // 
            // cboTemplate
            // 
            this.cboTemplate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboTemplate.Location = new System.Drawing.Point(70, 43);
            this.cboTemplate.Name = "cboTemplate";
            this.cboTemplate.Size = new System.Drawing.Size(176, 21);
            this.cboTemplate.Sorted = true;
            this.cboTemplate.TabIndex = 0;
            this.cboTemplate.SelectedIndexChanged += new System.EventHandler(this.cboTemplate_SelectedIndexChanged);
            // 
            // cboLanguage
            // 
            this.cboLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboLanguage.FormattingEnabled = true;
            this.cboLanguage.Items.AddRange(new object[] {
            "C#",
            "VB.NET"});
            this.cboLanguage.Location = new System.Drawing.Point(309, 43);
            this.cboLanguage.Name = "cboLanguage";
            this.cboLanguage.Size = new System.Drawing.Size(77, 21);
            this.cboLanguage.TabIndex = 1;
            this.cboLanguage.SelectedIndexChanged += new System.EventHandler(this.cboLanguage_SelectedIndexChanged);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(257, 46);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(54, 13);
            this.label4.TabIndex = 10;
            this.label4.Text = "Language";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(15, 46);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(51, 13);
            this.label3.TabIndex = 9;
            this.label3.Text = "Template";
            // 
            // cmdSaveToFile
            // 
            this.cmdSaveToFile.BackColor = System.Drawing.SystemColors.Control;
            this.cmdSaveToFile.Image = global::FileHelpers.WizardApp.Properties.Resources.disk;
            this.cmdSaveToFile.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.cmdSaveToFile.Location = new System.Drawing.Point(18, 333);
            this.cmdSaveToFile.Name = "cmdSaveToFile";
            this.cmdSaveToFile.Size = new System.Drawing.Size(117, 28);
            this.cmdSaveToFile.TabIndex = 3;
            this.cmdSaveToFile.Text = "    Save to File ...";
            this.cmdSaveToFile.UseVisualStyleBackColor = true;
            this.cmdSaveToFile.Click += new System.EventHandler(this.cmdSaveToFile_Click);
            // 
            // cmdToClipboard
            // 
            this.cmdToClipboard.BackColor = System.Drawing.SystemColors.Control;
            this.cmdToClipboard.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cmdToClipboard.Image = global::FileHelpers.WizardApp.Properties.Resources.page_copy;
            this.cmdToClipboard.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.cmdToClipboard.Location = new System.Drawing.Point(246, 333);
            this.cmdToClipboard.Name = "cmdToClipboard";
            this.cmdToClipboard.Size = new System.Drawing.Size(139, 28);
            this.cmdToClipboard.TabIndex = 2;
            this.cmdToClipboard.Text = "    Copy to Clipboard";
            this.cmdToClipboard.UseVisualStyleBackColor = true;
            this.cmdToClipboard.Click += new System.EventHandler(this.cmdToClipboard_Click);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.Color.White;
            this.label2.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(11, 14);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(249, 19);
            this.label2.TabIndex = 0;
            this.label2.Text = "4. Save and Usage Templates";
            // 
            // panFields
            // 
            this.panFields.AutoScroll = true;
            this.panFields.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
            this.panFields.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panFields.Location = new System.Drawing.Point(18, 43);
            this.panFields.Name = "panFields";
            this.panFields.Size = new System.Drawing.Size(374, 288);
            this.panFields.TabIndex = 0;
            this.panFields.TabStop = true;
            // 
            // panStep0
            // 
            this.panStep0.BackColor = System.Drawing.Color.White;
            this.panStep0.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.panStep0.Controls.Add(this.cboClassVisibility);
            this.panStep0.Controls.Add(this.label8);
            this.panStep0.Controls.Add(this.chkSealed);
            this.panStep0.Controls.Add(this.groupBox5);
            this.panStep0.Controls.Add(this.groupBox8);
            this.panStep0.Controls.Add(this.label18);
            this.panStep0.Controls.Add(this.picCurrent);
            this.panStep0.Controls.Add(this.picNewVersion);
            this.panStep0.Location = new System.Drawing.Point(170, 0);
            this.panStep0.Name = "panStep0";
            this.panStep0.Size = new System.Drawing.Size(400, 366);
            this.panStep0.TabIndex = 0;
            this.panStep0.TabStop = true;
            // 
            // cboClassVisibility
            // 
            this.cboClassVisibility.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboClassVisibility.FormattingEnabled = true;
            this.cboClassVisibility.Location = new System.Drawing.Point(148, 308);
            this.cboClassVisibility.Name = "cboClassVisibility";
            this.cboClassVisibility.Size = new System.Drawing.Size(84, 21);
            this.cboClassVisibility.TabIndex = 1014;
            this.toolTip1.SetToolTip(this.cboClassVisibility, "Set the visibility of your record class. ");
            this.cboClassVisibility.SelectedIndexChanged += new System.EventHandler(this.cboClassVisibility_SelectedIndexChanged);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(34, 311);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(109, 13);
            this.label8.TabIndex = 1015;
            this.label8.Text = "Record Class Visibility";
            this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // chkSealed
            // 
            this.chkSealed.Checked = true;
            this.chkSealed.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkSealed.Location = new System.Drawing.Point(37, 331);
            this.chkSealed.Name = "chkSealed";
            this.chkSealed.Size = new System.Drawing.Size(168, 31);
            this.chkSealed.TabIndex = 1013;
            this.chkSealed.Text = "Mark the class as sealed\r\n(better performance)";
            this.toolTip1.SetToolTip(this.chkSealed, "Enhace a bit the performance with this option");
            this.chkSealed.UseVisualStyleBackColor = true;
            this.chkSealed.CheckedChanged += new System.EventHandler(this.chkSealed_CheckedChanged);
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.txtClassName);
            this.groupBox5.Location = new System.Drawing.Point(22, 55);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(343, 61);
            this.groupBox5.TabIndex = 0;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "Record Class Name";
            // 
            // txtClassName
            // 
            this.txtClassName.Location = new System.Drawing.Point(16, 26);
            this.txtClassName.Name = "txtClassName";
            this.txtClassName.Size = new System.Drawing.Size(309, 21);
            this.txtClassName.TabIndex = 0;
            this.txtClassName.Text = "YourRecordClass";
            this.toolTip1.SetToolTip(this.txtClassName, "The name of the record class. Needs to be a valid identifier");
            this.txtClassName.TextChanged += new System.EventHandler(this.txtClassName_TextChanged);
            // 
            // groupBox8
            // 
            this.groupBox8.Controls.Add(this.label12);
            this.groupBox8.Controls.Add(this.cboFixedMode2);
            this.groupBox8.Controls.Add(this.gbxDelimitedBy);
            this.groupBox8.Controls.Add(this.radDelimited);
            this.groupBox8.Controls.Add(this.radFixed);
            this.groupBox8.Location = new System.Drawing.Point(22, 120);
            this.groupBox8.Name = "groupBox8";
            this.groupBox8.Size = new System.Drawing.Size(343, 179);
            this.groupBox8.TabIndex = 1;
            this.groupBox8.TabStop = false;
            this.groupBox8.Text = "Select the Record Type";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.label12.Location = new System.Drawing.Point(168, 25);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(59, 13);
            this.label12.TabIndex = 10;
            this.label12.Text = "FixedMode";
            this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // cboFixedMode2
            // 
            this.cboFixedMode2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboFixedMode2.FormattingEnabled = true;
            this.cboFixedMode2.Items.AddRange(new object[] {
            "public",
            "private",
            "internal",
            "protected"});
            this.cboFixedMode2.Location = new System.Drawing.Point(227, 21);
            this.cboFixedMode2.Name = "cboFixedMode2";
            this.cboFixedMode2.Size = new System.Drawing.Size(98, 21);
            this.cboFixedMode2.TabIndex = 9;
            this.toolTip1.SetToolTip(this.cboFixedMode2, "Indicates if the engines allow to found less or more chars in the last record");
            this.cboFixedMode2.SelectedIndexChanged += new System.EventHandler(this.cboFixedMode2_SelectedIndexChanged);
            // 
            // gbxDelimitedBy
            // 
            this.gbxDelimitedBy.Controls.Add(this.radDelTabs);
            this.gbxDelimitedBy.Controls.Add(this.txtDelimiter);
            this.gbxDelimitedBy.Controls.Add(this.radDelCustom);
            this.gbxDelimitedBy.Controls.Add(this.radDelVertBar);
            this.gbxDelimitedBy.Controls.Add(this.radDelSemiCol);
            this.gbxDelimitedBy.Controls.Add(this.radDelComma);
            this.gbxDelimitedBy.Enabled = false;
            this.gbxDelimitedBy.Location = new System.Drawing.Point(47, 61);
            this.gbxDelimitedBy.Name = "gbxDelimitedBy";
            this.gbxDelimitedBy.Size = new System.Drawing.Size(226, 111);
            this.gbxDelimitedBy.TabIndex = 4;
            this.gbxDelimitedBy.TabStop = false;
            // 
            // radDelTabs
            // 
            this.radDelTabs.AutoSize = true;
            this.radDelTabs.Location = new System.Drawing.Point(15, 16);
            this.radDelTabs.Name = "radDelTabs";
            this.radDelTabs.Size = new System.Drawing.Size(109, 17);
            this.radDelTabs.TabIndex = 5;
            this.radDelTabs.Text = "Delimited by Tabs";
            this.radDelTabs.UseVisualStyleBackColor = true;
            // 
            // txtDelimiter
            // 
            this.txtDelimiter.HideSelection = false;
            this.txtDelimiter.Location = new System.Drawing.Point(177, 83);
            this.txtDelimiter.MaxLength = 4;
            this.txtDelimiter.Name = "txtDelimiter";
            this.txtDelimiter.Size = new System.Drawing.Size(30, 21);
            this.txtDelimiter.TabIndex = 10;
            // 
            // radDelCustom
            // 
            this.radDelCustom.AutoSize = true;
            this.radDelCustom.Checked = true;
            this.radDelCustom.Location = new System.Drawing.Point(15, 84);
            this.radDelCustom.Name = "radDelCustom";
            this.radDelCustom.Size = new System.Drawing.Size(153, 17);
            this.radDelCustom.TabIndex = 9;
            this.radDelCustom.TabStop = true;
            this.radDelCustom.Text = "Delimited by Custom String";
            this.radDelCustom.UseVisualStyleBackColor = true;
            // 
            // radDelVertBar
            // 
            this.radDelVertBar.AutoSize = true;
            this.radDelVertBar.Location = new System.Drawing.Point(15, 33);
            this.radDelVertBar.Name = "radDelVertBar";
            this.radDelVertBar.Size = new System.Drawing.Size(140, 17);
            this.radDelVertBar.TabIndex = 6;
            this.radDelVertBar.Text = "Delimited by Vertical Bar";
            this.radDelVertBar.UseVisualStyleBackColor = true;
            // 
            // radDelSemiCol
            // 
            this.radDelSemiCol.AutoSize = true;
            this.radDelSemiCol.Location = new System.Drawing.Point(15, 67);
            this.radDelSemiCol.Name = "radDelSemiCol";
            this.radDelSemiCol.Size = new System.Drawing.Size(135, 17);
            this.radDelSemiCol.TabIndex = 8;
            this.radDelSemiCol.Text = "Delimited by SemiColon";
            this.radDelSemiCol.UseVisualStyleBackColor = true;
            // 
            // radDelComma
            // 
            this.radDelComma.AutoSize = true;
            this.radDelComma.Location = new System.Drawing.Point(15, 50);
            this.radDelComma.Name = "radDelComma";
            this.radDelComma.Size = new System.Drawing.Size(121, 17);
            this.radDelComma.TabIndex = 7;
            this.radDelComma.Text = "Delimited by Comma";
            this.radDelComma.UseVisualStyleBackColor = true;
            // 
            // radDelimited
            // 
            this.radDelimited.AutoSize = true;
            this.radDelimited.Location = new System.Drawing.Point(19, 48);
            this.radDelimited.Name = "radDelimited";
            this.radDelimited.Size = new System.Drawing.Size(146, 17);
            this.radDelimited.TabIndex = 3;
            this.radDelimited.Text = "Delimited Record Record:";
            this.radDelimited.UseVisualStyleBackColor = true;
            this.radDelimited.CheckedChanged += new System.EventHandler(this.radDelimited_CheckedChanged);
            // 
            // radFixed
            // 
            this.radFixed.AutoSize = true;
            this.radFixed.Checked = true;
            this.radFixed.Location = new System.Drawing.Point(19, 22);
            this.radFixed.Name = "radFixed";
            this.radFixed.Size = new System.Drawing.Size(124, 17);
            this.radFixed.TabIndex = 2;
            this.radFixed.TabStop = true;
            this.radFixed.Text = "Fixed Length Record";
            this.radFixed.UseVisualStyleBackColor = true;
            this.radFixed.CheckedChanged += new System.EventHandler(this.radFixed_CheckedChanged);
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.BackColor = System.Drawing.Color.White;
            this.label18.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label18.Location = new System.Drawing.Point(11, 14);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(218, 19);
            this.label18.TabIndex = 0;
            this.label18.Text = "1. Select the Record Type";
            // 
            // picCurrent
            // 
            this.picCurrent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.picCurrent.BackColor = System.Drawing.Color.Transparent;
            this.picCurrent.Image = ((System.Drawing.Image)(resources.GetObject("picCurrent.Image")));
            this.picCurrent.Location = new System.Drawing.Point(251, 310);
            this.picCurrent.Name = "picCurrent";
            this.picCurrent.Size = new System.Drawing.Size(146, 53);
            this.picCurrent.TabIndex = 1011;
            this.picCurrent.TabStop = false;
            this.picCurrent.Visible = false;
            // 
            // picNewVersion
            // 
            this.picNewVersion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.picNewVersion.BackColor = System.Drawing.Color.Transparent;
            this.picNewVersion.Cursor = System.Windows.Forms.Cursors.Hand;
            this.picNewVersion.Image = ((System.Drawing.Image)(resources.GetObject("picNewVersion.Image")));
            this.picNewVersion.Location = new System.Drawing.Point(251, 310);
            this.picNewVersion.Name = "picNewVersion";
            this.picNewVersion.Size = new System.Drawing.Size(146, 53);
            this.picNewVersion.TabIndex = 1012;
            this.picNewVersion.TabStop = false;
            this.picNewVersion.Visible = false;
            this.picNewVersion.Click += new System.EventHandler(this.picNewVersion_Click);
            // 
            // panStep2
            // 
            this.panStep2.BackColor = System.Drawing.Color.White;
            this.panStep2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.panStep2.Controls.Add(this.panFields);
            this.panStep2.Controls.Add(this.cmdAddField);
            this.panStep2.Controls.Add(this.label15);
            this.panStep2.Location = new System.Drawing.Point(170, 0);
            this.panStep2.Name = "panStep2";
            this.panStep2.Size = new System.Drawing.Size(400, 366);
            this.panStep2.TabIndex = 10;
            this.panStep2.TabStop = true;
            this.panStep2.Visible = false;
            // 
            // cmdAddField
            // 
            this.cmdAddField.BackColor = System.Drawing.SystemColors.Control;
            this.cmdAddField.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cmdAddField.Image = ((System.Drawing.Image)(resources.GetObject("cmdAddField.Image")));
            this.cmdAddField.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.cmdAddField.Location = new System.Drawing.Point(18, 334);
            this.cmdAddField.Name = "cmdAddField";
            this.cmdAddField.Size = new System.Drawing.Size(101, 28);
            this.cmdAddField.TabIndex = 4;
            this.cmdAddField.Text = "   Add Field";
            this.cmdAddField.UseVisualStyleBackColor = true;
            this.cmdAddField.Click += new System.EventHandler(this.cmdAddField_Click);
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.BackColor = System.Drawing.Color.White;
            this.label15.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label15.Location = new System.Drawing.Point(11, 14);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(215, 19);
            this.label15.TabIndex = 0;
            this.label15.Text = "3. Record Fields Designer";
            // 
            // dlgSaveToFile
            // 
            this.dlgSaveToFile.DefaultExt = "cs";
            this.dlgSaveToFile.Filter = "C# files|*.cs|VB.Net Files|*.vb|All Files|*.*";
            this.dlgSaveToFile.Title = "Save the output to a file.";
            // 
            // panel2
            // 
            this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel2.Controls.Add(this.cmdTestClass);
            this.panel2.Controls.Add(this.cmdLoad);
            this.panel2.Controls.Add(this.cmdSave);
            this.panel2.Controls.Add(this.cmdPreview);
            this.panel2.Controls.Add(this.cmdBack);
            this.panel2.Controls.Add(this.cmdNext);
            this.panel2.Location = new System.Drawing.Point(-10, 366);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(587, 51);
            this.panel2.TabIndex = 1000;
            // 
            // cmdTestClass
            // 
            this.cmdTestClass.Image = global::FileHelpers.WizardApp.Properties.Resources.tick;
            this.cmdTestClass.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.cmdTestClass.Location = new System.Drawing.Point(14, 6);
            this.cmdTestClass.Name = "cmdTestClass";
            this.cmdTestClass.Size = new System.Drawing.Size(86, 28);
            this.cmdTestClass.TabIndex = 1008;
            this.cmdTestClass.Text = "      Test Class";
            this.cmdTestClass.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.cmdTestClass.UseVisualStyleBackColor = true;
            this.cmdTestClass.Click += new System.EventHandler(this.cmdTestClass_Click);
            // 
            // cmdLoad
            // 
            this.cmdLoad.Image = global::FileHelpers.WizardApp.Properties.Resources.folder_table;
            this.cmdLoad.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.cmdLoad.Location = new System.Drawing.Point(105, 6);
            this.cmdLoad.Name = "cmdLoad";
            this.cmdLoad.Size = new System.Drawing.Size(82, 28);
            this.cmdLoad.TabIndex = 1102;
            this.cmdLoad.Text = "Load Info";
            this.cmdLoad.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.cmdLoad.UseVisualStyleBackColor = true;
            this.cmdLoad.Click += new System.EventHandler(this.cmdLoad_Click);
            // 
            // cmdSave
            // 
            this.cmdSave.Enabled = false;
            this.cmdSave.Image = global::FileHelpers.WizardApp.Properties.Resources.disk;
            this.cmdSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.cmdSave.Location = new System.Drawing.Point(192, 6);
            this.cmdSave.Name = "cmdSave";
            this.cmdSave.Size = new System.Drawing.Size(83, 28);
            this.cmdSave.TabIndex = 1101;
            this.cmdSave.Text = "Save Info";
            this.cmdSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.cmdSave.UseVisualStyleBackColor = true;
            this.cmdSave.Click += new System.EventHandler(this.cmdSave_Click);
            // 
            // cmdPreview
            // 
            this.cmdPreview.Enabled = false;
            this.cmdPreview.Image = ((System.Drawing.Image)(resources.GetObject("cmdPreview.Image")));
            this.cmdPreview.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.cmdPreview.Location = new System.Drawing.Point(480, 6);
            this.cmdPreview.Name = "cmdPreview";
            this.cmdPreview.Size = new System.Drawing.Size(91, 28);
            this.cmdPreview.TabIndex = 1011;
            this.cmdPreview.Text = "&Preview >>";
            this.cmdPreview.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.cmdPreview.UseVisualStyleBackColor = true;
            this.cmdPreview.Click += new System.EventHandler(this.cmdPreview_Click);
            // 
            // cmdBack
            // 
            this.cmdBack.Enabled = false;
            this.cmdBack.Image = ((System.Drawing.Image)(resources.GetObject("cmdBack.Image")));
            this.cmdBack.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.cmdBack.Location = new System.Drawing.Point(304, 6);
            this.cmdBack.Name = "cmdBack";
            this.cmdBack.Size = new System.Drawing.Size(83, 28);
            this.cmdBack.TabIndex = 1009;
            this.cmdBack.Text = "   &Back";
            this.cmdBack.UseVisualStyleBackColor = true;
            this.cmdBack.Click += new System.EventHandler(this.cmdBack_Click);
            // 
            // cmdNext
            // 
            this.cmdNext.Image = ((System.Drawing.Image)(resources.GetObject("cmdNext.Image")));
            this.cmdNext.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.cmdNext.Location = new System.Drawing.Point(392, 6);
            this.cmdNext.Name = "cmdNext";
            this.cmdNext.Size = new System.Drawing.Size(83, 28);
            this.cmdNext.TabIndex = 1010;
            this.cmdNext.Text = "   &Next";
            this.cmdNext.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
            this.cmdNext.UseVisualStyleBackColor = true;
            this.cmdNext.Click += new System.EventHandler(this.cmdNext_Click);
            // 
            // cmdReset
            // 
            this.cmdReset.BackColor = System.Drawing.Color.LightSteelBlue;
            this.cmdReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cmdReset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
            this.cmdReset.Image = ((System.Drawing.Image)(resources.GetObject("cmdReset.Image")));
            this.cmdReset.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.cmdReset.Location = new System.Drawing.Point(38, 172);
            this.cmdReset.Name = "cmdReset";
            this.cmdReset.Size = new System.Drawing.Size(83, 25);
            this.cmdReset.TabIndex = 1100;
            this.cmdReset.Text = "      Reset All";
            this.cmdReset.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.cmdReset.UseVisualStyleBackColor = false;
            this.cmdReset.Click += new System.EventHandler(this.cmdReset_Click);
            // 
            // panPreview
            // 
            this.panPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.panPreview.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panPreview.Controls.Add(this.cboClassLeng);
            this.panPreview.Controls.Add(this.label7);
            this.panPreview.Controls.Add(this.pictureBox4);
            this.panPreview.Controls.Add(this.label5);
            this.panPreview.Controls.Add(this.cmdSaveClass);
            this.panPreview.Controls.Add(this.cmdCopyClass);
            this.panPreview.Controls.Add(this.txtOutput);
            this.panPreview.Controls.Add(this.chkProperties);
            this.panPreview.Location = new System.Drawing.Point(568, 0);
            this.panPreview.Name = "panPreview";
            this.panPreview.Size = new System.Drawing.Size(2, 412);
            this.panPreview.TabIndex = 1002;
            // 
            // cboClassLeng
            // 
            this.cboClassLeng.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cboClassLeng.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboClassLeng.FormattingEnabled = true;
            this.cboClassLeng.Items.AddRange(new object[] {
            "C#",
            "VB.NET"});
            this.cboClassLeng.Location = new System.Drawing.Point(-63, 30);
            this.cboClassLeng.Name = "cboClassLeng";
            this.cboClassLeng.Size = new System.Drawing.Size(60, 21);
            this.cboClassLeng.TabIndex = 1004;
            this.cboClassLeng.SelectedIndexChanged += new System.EventHandler(this.cboClassLeng_SelectedIndexChanged);
            // 
            // label7
            // 
            this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(-120, 34);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(54, 13);
            this.label7.TabIndex = 1005;
            this.label7.Text = "Language";
            // 
            // pictureBox4
            // 
            this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
            this.pictureBox4.Location = new System.Drawing.Point(5, -1);
            this.pictureBox4.Name = "pictureBox4";
            this.pictureBox4.Size = new System.Drawing.Size(32, 32);
            this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox4.TabIndex = 1003;
            this.pictureBox4.TabStop = false;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.BackColor = System.Drawing.Color.Transparent;
            this.label5.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label5.ForeColor = System.Drawing.Color.Navy;
            this.label5.Location = new System.Drawing.Point(51, 6);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(184, 19);
            this.label5.TabIndex = 1002;
            this.label5.Text = "Record Class Preview";
            // 
            // cmdSaveClass
            // 
            this.cmdSaveClass.Image = global::FileHelpers.WizardApp.Properties.Resources.disk;
            this.cmdSaveClass.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.cmdSaveClass.Location = new System.Drawing.Point(5, 371);
            this.cmdSaveClass.Name = "cmdSaveClass";
            this.cmdSaveClass.Size = new System.Drawing.Size(92, 28);
            this.cmdSaveClass.TabIndex = 11;
            this.cmdSaveClass.Text = "Save to File";
            this.cmdSaveClass.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.cmdSaveClass.UseVisualStyleBackColor = true;
            this.cmdSaveClass.Click += new System.EventHandler(this.cmdSaveClass_Click);
            // 
            // cmdCopyClass
            // 
            this.cmdCopyClass.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cmdCopyClass.Image = ((System.Drawing.Image)(resources.GetObject("cmdCopyClass.Image")));
            this.cmdCopyClass.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.cmdCopyClass.Location = new System.Drawing.Point(103, 371);
            this.cmdCopyClass.Name = "cmdCopyClass";
            this.cmdCopyClass.Size = new System.Drawing.Size(93, 28);
            this.cmdCopyClass.TabIndex = 11;
            this.cmdCopyClass.Text = "      Copy Class";
            this.cmdCopyClass.UseVisualStyleBackColor = true;
            this.cmdCopyClass.Click += new System.EventHandler(this.cmdCopyClass_Click);
            // 
            // txtOutput
            // 
            this.txtOutput.ActiveView = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
            this.txtOutput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtOutput.AutoListPosition = null;
            this.txtOutput.AutoListSelectedText = "a123";
            this.txtOutput.AutoListVisible = false;
            this.txtOutput.CopyAsRTF = false;
            this.txtOutput.Document = this.sdClassOut;
            this.txtOutput.FontSize = 9F;
            this.txtOutput.Indent = Fireball.Windows.Forms.CodeEditor.IndentStyle.Smart;
            this.txtOutput.InfoTipCount = 1;
            this.txtOutput.InfoTipPosition = null;
            this.txtOutput.InfoTipSelectedIndex = 1;
            this.txtOutput.InfoTipVisible = false;
            lineMarginRender2.Bounds = new System.Drawing.Rectangle(0, 0, 0, 0);
            this.txtOutput.LineMarginRender = lineMarginRender2;
            this.txtOutput.Location = new System.Drawing.Point(3, 53);
            this.txtOutput.LockCursorUpdate = false;
            this.txtOutput.Name = "txtOutput";
            this.txtOutput.ParseOnPaste = true;
            this.txtOutput.ReadOnly = true;
            this.txtOutput.Saved = true;
            this.txtOutput.ShowGutterMargin = false;
            this.txtOutput.ShowLineNumbers = false;
            this.txtOutput.ShowScopeIndicator = false;
            this.txtOutput.Size = new System.Drawing.Size(0, 312);
            this.txtOutput.SmoothScroll = false;
            this.txtOutput.SplitView = false;
            this.txtOutput.SplitviewH = -4;
            this.txtOutput.SplitviewV = -4;
            this.txtOutput.TabGuideColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(243)))), ((int)(((byte)(234)))));
            this.txtOutput.TabIndex = 1006;
            this.txtOutput.TabSize = 3;
            this.txtOutput.WhitespaceColor = System.Drawing.SystemColors.ControlDark;
            // 
            // sdClassOut
            // 
            this.sdClassOut.Lines = new string[] {
        " "};
            this.sdClassOut.MaxUndoBufferSize = 1;
            this.sdClassOut.Modified = false;
            this.sdClassOut.UndoStep = 0;
            // 
            // chkProperties
            // 
            this.chkProperties.AutoSize = true;
            this.chkProperties.Location = new System.Drawing.Point(6, 36);
            this.chkProperties.Name = "chkProperties";
            this.chkProperties.Size = new System.Drawing.Size(111, 17);
            this.chkProperties.TabIndex = 1007;
            this.chkProperties.Text = "Create Properties";
            this.chkProperties.UseVisualStyleBackColor = true;
            this.chkProperties.CheckedChanged += new System.EventHandler(this.chkProperties_CheckedChanged);
            // 
            // dlgSaveWizard
            // 
            this.dlgSaveWizard.DefaultExt = "fhw";
            this.dlgSaveWizard.Filter = "File Helpers Wizard (*.fhw) |*.fhw";
            this.dlgSaveWizard.Title = "Save the Record Info to a File";
            // 
            // dlgOpenWizard
            // 
            this.dlgOpenWizard.DefaultExt = "fhw";
            this.dlgOpenWizard.FileName = "openFileDialog1";
            this.dlgOpenWizard.Filter = "File Helpers Wizard (*.fhw) |*.fhw";
            this.dlgOpenWizard.Title = "Load a Previous Record info";
            // 
            // toolTip1
            // 
            this.toolTip1.IsBalloon = true;
            this.toolTip1.ShowAlways = true;
            this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
            this.toolTip1.ToolTipTitle = "FileHelpers Wizard";
            // 
            // picDonate
            // 
            this.picDonate.Cursor = System.Windows.Forms.Cursors.Hand;
            this.picDonate.Image = ((System.Drawing.Image)(resources.GetObject("picDonate.Image")));
            this.picDonate.Location = new System.Drawing.Point(469, 0);
            this.picDonate.Name = "picDonate";
            this.picDonate.Size = new System.Drawing.Size(100, 36);
            this.picDonate.TabIndex = 1010;
            this.picDonate.TabStop = false;
            this.toolTip1.SetToolTip(this.picDonate, "Is day by day harder to main the library.\r\nClick here to know a little about\r\nabo" +
                    "ut what you can donate to the project.\r\n\r\nSome money will keep FileHelpers alive" +
                    "\r\n\r\nThanks");
            this.picDonate.Click += new System.EventHandler(this.picDonate_Click);
            // 
            // panel1
            // 
            this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
            this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.panel1.Controls.Add(this.linkHome);
            this.panel1.Controls.Add(this.pictureBox5);
            this.panel1.Controls.Add(this.lblStep2);
            this.panel1.Controls.Add(this.lblStep3);
            this.panel1.Controls.Add(this.pictureBox1);
            this.panel1.Controls.Add(this.cmdReset);
            this.panel1.Controls.Add(this.pictureBox3);
            this.panel1.Controls.Add(this.lblStep0);
            this.panel1.Controls.Add(this.lblStep1);
            this.panel1.Controls.Add(this.picCurrStep);
            this.panel1.Controls.Add(this.picFirstDark);
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(172, 366);
            this.panel1.TabIndex = 9;
            this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
            // 
            // linkHome
            // 
            this.linkHome.BackColor = System.Drawing.Color.Transparent;
            this.linkHome.Location = new System.Drawing.Point(-1, -1);
            this.linkHome.Name = "linkHome";
            this.linkHome.Size = new System.Drawing.Size(165, 68);
            this.linkHome.TabIndex = 1010;
            this.linkHome.Click += new System.EventHandler(this.linkHome_Click);
            // 
            // pictureBox5
            // 
            this.pictureBox5.BackColor = System.Drawing.Color.Transparent;
            this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
            this.pictureBox5.Location = new System.Drawing.Point(8, 145);
            this.pictureBox5.Name = "pictureBox5";
            this.pictureBox5.Size = new System.Drawing.Size(20, 20);
            this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox5.TabIndex = 13;
            this.pictureBox5.TabStop = false;
            // 
            // lblStep2
            // 
            this.lblStep2.BackColor = System.Drawing.Color.Transparent;
            this.lblStep2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblStep2.ForeColor = System.Drawing.Color.DarkGray;
            this.lblStep2.Location = new System.Drawing.Point(29, 124);
            this.lblStep2.Name = "lblStep2";
            this.lblStep2.Size = new System.Drawing.Size(135, 16);
            this.lblStep2.TabIndex = 12;
            this.lblStep2.Text = "Record Fields Designer";
            // 
            // lblStep3
            // 
            this.lblStep3.BackColor = System.Drawing.Color.Transparent;
            this.lblStep3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblStep3.ForeColor = System.Drawing.Color.DarkGray;
            this.lblStep3.Location = new System.Drawing.Point(29, 149);
            this.lblStep3.Name = "lblStep3";
            this.lblStep3.Size = new System.Drawing.Size(115, 20);
            this.lblStep3.TabIndex = 11;
            this.lblStep3.Text = "Live Templates";
            // 
            // pictureBox1
            // 
            this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(8, 120);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(20, 20);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox1.TabIndex = 8;
            this.pictureBox1.TabStop = false;
            // 
            // pictureBox3
            // 
            this.pictureBox3.BackColor = System.Drawing.Color.Transparent;
            this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
            this.pictureBox3.Location = new System.Drawing.Point(8, 95);
            this.pictureBox3.Name = "pictureBox3";
            this.pictureBox3.Size = new System.Drawing.Size(20, 20);
            this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox3.TabIndex = 9;
            this.pictureBox3.TabStop = false;
            // 
            // lblStep0
            // 
            this.lblStep0.BackColor = System.Drawing.Color.Transparent;
            this.lblStep0.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblStep0.ForeColor = System.Drawing.Color.White;
            this.lblStep0.Location = new System.Drawing.Point(29, 73);
            this.lblStep0.Name = "lblStep0";
            this.lblStep0.Size = new System.Drawing.Size(130, 20);
            this.lblStep0.TabIndex = 10;
            this.lblStep0.Text = "Record Properties";
            // 
            // lblStep1
            // 
            this.lblStep1.BackColor = System.Drawing.Color.Transparent;
            this.lblStep1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblStep1.ForeColor = System.Drawing.Color.DarkGray;
            this.lblStep1.Location = new System.Drawing.Point(29, 99);
            this.lblStep1.Name = "lblStep1";
            this.lblStep1.Size = new System.Drawing.Size(130, 16);
            this.lblStep1.TabIndex = 9;
            this.lblStep1.Text = "Common Properties";
            // 
            // picCurrStep
            // 
            this.picCurrStep.BackColor = System.Drawing.Color.Transparent;
            this.picCurrStep.Image = ((System.Drawing.Image)(resources.GetObject("picCurrStep.Image")));
            this.picCurrStep.Location = new System.Drawing.Point(8, 70);
            this.picCurrStep.Name = "picCurrStep";
            this.picCurrStep.Size = new System.Drawing.Size(20, 20);
            this.picCurrStep.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.picCurrStep.TabIndex = 7;
            this.picCurrStep.TabStop = false;
            // 
            // picFirstDark
            // 
            this.picFirstDark.BackColor = System.Drawing.Color.Transparent;
            this.picFirstDark.Image = ((System.Drawing.Image)(resources.GetObject("picFirstDark.Image")));
            this.picFirstDark.Location = new System.Drawing.Point(8, 70);
            this.picFirstDark.Name = "picFirstDark";
            this.picFirstDark.Size = new System.Drawing.Size(20, 20);
            this.picFirstDark.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.picFirstDark.TabIndex = 4;
            this.picFirstDark.TabStop = false;
            // 
            // frmWizard
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
            this.ClientSize = new System.Drawing.Size(569, 406);
            this.Controls.Add(this.picDonate);
            this.Controls.Add(this.panPreview);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panStep1);
            this.Controls.Add(this.panStep2);
            this.Controls.Add(this.panStep3);
            this.Controls.Add(this.panStep0);
            this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Location = new System.Drawing.Point(50, 120);
            this.MaximumSize = new System.Drawing.Size(1024, 440);
            this.MinimumSize = new System.Drawing.Size(577, 440);
            this.Name = "frmWizard";
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "FileHelpers - Record Class Wizard v2.0";
            this.Resize += new System.EventHandler(this.frmWizard_Resize);
            this.Activated += new System.EventHandler(this.frmWizard_Activated);
            this.Load += new System.EventHandler(this.frmWizard_Load);
            this.panStep1.ResumeLayout(false);
            this.panStep1.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtIgnoreLast)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtIgnoreFirst)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtFieldLength)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNumberOfFields)).EndInit();
            this.panStep3.ResumeLayout(false);
            this.panStep3.PerformLayout();
            this.panStep0.ResumeLayout(false);
            this.panStep0.PerformLayout();
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            this.groupBox8.ResumeLayout(false);
            this.groupBox8.PerformLayout();
            this.gbxDelimitedBy.ResumeLayout(false);
            this.gbxDelimitedBy.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picCurrent)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picNewVersion)).EndInit();
            this.panStep2.ResumeLayout(false);
            this.panStep2.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.panPreview.ResumeLayout(false);
            this.panPreview.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picDonate)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picCurrStep)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picFirstDark)).EndInit();
            this.ResumeLayout(false);

        }
        /// <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();
            Fireball.Windows.Forms.LineMarginRender lineMarginRender2 = new Fireball.Windows.Forms.LineMarginRender();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TestForm));
            this.codeEditorControl1 = new Fireball.Windows.Forms.CodeEditorControl();
            this.syntaxDocument1 = new Fireball.Syntax.SyntaxDocument(this.components);
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this._buttonRun = new System.Windows.Forms.ToolStripButton();
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
            this._textCompileErrors = new System.Windows.Forms.TextBox();
            this._textOutput = new System.Windows.Forms.TextBox();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.toolStripContainer1.ContentPanel.SuspendLayout();
            this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
            this.toolStripContainer1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            this.SuspendLayout();
            // 
            // codeEditorControl1
            // 
            this.codeEditorControl1.ActiveView = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
            this.codeEditorControl1.AutoListPosition = null;
            this.codeEditorControl1.AutoListSelectedText = "a123";
            this.codeEditorControl1.AutoListVisible = false;
            this.codeEditorControl1.CopyAsRTF = false;
            this.codeEditorControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.codeEditorControl1.Document = this.syntaxDocument1;
            this.codeEditorControl1.InfoTipCount = 1;
            this.codeEditorControl1.InfoTipPosition = null;
            this.codeEditorControl1.InfoTipSelectedIndex = 1;
            this.codeEditorControl1.InfoTipVisible = false;
            lineMarginRender2.Bounds = new System.Drawing.Rectangle(19, 0, 19, 16);
            this.codeEditorControl1.LineMarginRender = lineMarginRender2;
            this.codeEditorControl1.Location = new System.Drawing.Point(0, 0);
            this.codeEditorControl1.LockCursorUpdate = false;
            this.codeEditorControl1.Name = "codeEditorControl1";
            this.codeEditorControl1.Saved = false;
            this.codeEditorControl1.ShowScopeIndicator = false;
            this.codeEditorControl1.Size = new System.Drawing.Size(855, 260);
            this.codeEditorControl1.SmoothScroll = false;
            this.codeEditorControl1.SplitviewH = -4;
            this.codeEditorControl1.SplitviewV = -4;
            this.codeEditorControl1.TabGuideColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
            this.codeEditorControl1.TabIndex = 0;
            this.codeEditorControl1.Text = "codeEditorControl1";
            this.codeEditorControl1.WhitespaceColor = System.Drawing.SystemColors.ControlDark;
            // 
            // syntaxDocument1
            // 
            this.syntaxDocument1.Lines = new string[] {
        "Writer.WriteLine(\"Hello from userscript {0}\", Bar)\r",
        "Foo(\"Text\")"};
            this.syntaxDocument1.MaxUndoBufferSize = 1000;
            this.syntaxDocument1.Modified = false;
            this.syntaxDocument1.UndoStep = 0;
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.toolStripContainer1);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
            this.splitContainer1.Size = new System.Drawing.Size(855, 430);
            this.splitContainer1.SplitterDistance = 285;
            this.splitContainer1.TabIndex = 1;
            // 
            // toolStripContainer1
            // 
            // 
            // toolStripContainer1.ContentPanel
            // 
            this.toolStripContainer1.ContentPanel.Controls.Add(this.codeEditorControl1);
            this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(855, 260);
            this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
            this.toolStripContainer1.Name = "toolStripContainer1";
            this.toolStripContainer1.Size = new System.Drawing.Size(855, 285);
            this.toolStripContainer1.TabIndex = 1;
            this.toolStripContainer1.Text = "toolStripContainer1";
            // 
            // toolStripContainer1.TopToolStripPanel
            // 
            this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
            // 
            // toolStrip1
            // 
            this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this._buttonRun});
            this.toolStrip1.Location = new System.Drawing.Point(3, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(33, 25);
            this.toolStrip1.TabIndex = 0;
            // 
            // _buttonRun
            // 
            this._buttonRun.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this._buttonRun.Image = ((System.Drawing.Image)(resources.GetObject("_buttonRun.Image")));
            this._buttonRun.ImageTransparentColor = System.Drawing.Color.Magenta;
            this._buttonRun.Name = "_buttonRun";
            this._buttonRun.Size = new System.Drawing.Size(23, 22);
            this._buttonRun.Text = "toolStripButton1";
            this._buttonRun.Click += new System.EventHandler(this._buttonRun_Click);
            // 
            // splitContainer2
            // 
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.Location = new System.Drawing.Point(0, 0);
            this.splitContainer2.Name = "splitContainer2";
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(this._textCompileErrors);
            // 
            // splitContainer2.Panel2
            // 
            this.splitContainer2.Panel2.Controls.Add(this._textOutput);
            this.splitContainer2.Size = new System.Drawing.Size(855, 141);
            this.splitContainer2.SplitterDistance = 424;
            this.splitContainer2.TabIndex = 0;
            // 
            // _textCompileErrors
            // 
            this._textCompileErrors.Dock = System.Windows.Forms.DockStyle.Fill;
            this._textCompileErrors.Location = new System.Drawing.Point(0, 0);
            this._textCompileErrors.Multiline = true;
            this._textCompileErrors.Name = "_textCompileErrors";
            this._textCompileErrors.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this._textCompileErrors.Size = new System.Drawing.Size(424, 141);
            this._textCompileErrors.TabIndex = 0;
            // 
            // _textOutput
            // 
            this._textOutput.Dock = System.Windows.Forms.DockStyle.Fill;
            this._textOutput.Location = new System.Drawing.Point(0, 0);
            this._textOutput.Multiline = true;
            this._textOutput.Name = "_textOutput";
            this._textOutput.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this._textOutput.Size = new System.Drawing.Size(427, 141);
            this._textOutput.TabIndex = 1;
            // 
            // TestForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(855, 430);
            this.Controls.Add(this.splitContainer1);
            this.Name = "TestForm";
            this.Text = "Script Editor";
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.toolStripContainer1.ContentPanel.ResumeLayout(false);
            this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
            this.toolStripContainer1.TopToolStripPanel.PerformLayout();
            this.toolStripContainer1.ResumeLayout(false);
            this.toolStripContainer1.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel1.PerformLayout();
            this.splitContainer2.Panel2.ResumeLayout(false);
            this.splitContainer2.Panel2.PerformLayout();
            this.splitContainer2.ResumeLayout(false);
            this.ResumeLayout(false);

        }
 /// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     Fireball.Windows.Forms.LineMarginRender    lineMarginRender2      = new Fireball.Windows.Forms.LineMarginRender();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     this.toolTip             = new System.Windows.Forms.ToolTip(this.components);
     this.listBox1            = new System.Windows.Forms.ListBox();
     this.splitContainer3     = new System.Windows.Forms.SplitContainer();
     this.splitContainer4     = new System.Windows.Forms.SplitContainer();
     this.listBox2            = new System.Windows.Forms.ListBox();
     this.propertyGrid1       = new System.Windows.Forms.PropertyGrid();
     this.label1              = new System.Windows.Forms.Label();
     this.btnAdd              = new System.Windows.Forms.Button();
     this.cmbCustomActionType = new System.Windows.Forms.ComboBox();
     this.syntaxDocument      = new Fireball.Syntax.SyntaxDocument(this.components);
     this.dgActions           = new System.Windows.Forms.DataGridView();
     this.CustomActionColumn  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.codeEditorControl   = new Fireball.Windows.Forms.CodeEditorControl();
     this.label7              = new System.Windows.Forms.Label();
     this.dgProperties        = new System.Windows.Forms.DataGridView();
     this.label10             = new System.Windows.Forms.Label();
     this.lblHelpFunctionCall = new System.Windows.Forms.Label();
     this.label2              = new System.Windows.Forms.Label();
     this.btnSave             = new System.Windows.Forms.Button();
     this.btnDelete           = new System.Windows.Forms.Button();
     this.btnUp        = new System.Windows.Forms.Button();
     this.btnDown      = new System.Windows.Forms.Button();
     this.PropertyCol  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ValueCol     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.BrowseColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     this.splitContainer4.Panel1.SuspendLayout();
     this.splitContainer4.Panel2.SuspendLayout();
     this.splitContainer4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgActions)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgProperties)).BeginInit();
     this.SuspendLayout();
     //
     // listBox1
     //
     this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listBox1.FormattingEnabled = true;
     this.listBox1.Location          = new System.Drawing.Point(0, 0);
     this.listBox1.Name     = "listBox1";
     this.listBox1.Size     = new System.Drawing.Size(154, 290);
     this.listBox1.TabIndex = 0;
     this.toolTip.SetToolTip(this.listBox1, "Right click to add custom actions AFTER this installtion sequence.");
     //
     // splitContainer3
     //
     this.splitContainer3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.Location = new System.Drawing.Point(3, 3);
     this.splitContainer3.Name     = "splitContainer3";
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.splitContainer4);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.propertyGrid1);
     this.splitContainer3.Size             = new System.Drawing.Size(552, 302);
     this.splitContainer3.SplitterDistance = 334;
     this.splitContainer3.TabIndex         = 2;
     //
     // splitContainer4
     //
     this.splitContainer4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer4.Location = new System.Drawing.Point(0, 0);
     this.splitContainer4.Name     = "splitContainer4";
     //
     // splitContainer4.Panel1
     //
     this.splitContainer4.Panel1.Controls.Add(this.listBox1);
     //
     // splitContainer4.Panel2
     //
     this.splitContainer4.Panel2.Controls.Add(this.listBox2);
     this.splitContainer4.Size             = new System.Drawing.Size(334, 302);
     this.splitContainer4.SplitterDistance = 154;
     this.splitContainer4.TabIndex         = 0;
     //
     // listBox2
     //
     this.listBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listBox2.FormattingEnabled = true;
     this.listBox2.Location          = new System.Drawing.Point(0, 0);
     this.listBox2.Name     = "listBox2";
     this.listBox2.Size     = new System.Drawing.Size(176, 290);
     this.listBox2.TabIndex = 0;
     //
     // propertyGrid1
     //
     this.propertyGrid1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.propertyGrid1.Location = new System.Drawing.Point(0, 0);
     this.propertyGrid1.Name     = "propertyGrid1";
     this.propertyGrid1.Size     = new System.Drawing.Size(214, 302);
     this.propertyGrid1.TabIndex = 0;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 2);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(129, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Select custom action type";
     //
     // btnAdd
     //
     this.btnAdd.Location = new System.Drawing.Point(410, 3);
     this.btnAdd.Name     = "btnAdd";
     this.btnAdd.Size     = new System.Drawing.Size(112, 23);
     this.btnAdd.TabIndex = 2;
     this.btnAdd.Text     = "Add Custom Action";
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // cmbCustomActionType
     //
     this.cmbCustomActionType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbCustomActionType.FormattingEnabled = true;
     this.cmbCustomActionType.Location          = new System.Drawing.Point(141, 2);
     this.cmbCustomActionType.Name     = "cmbCustomActionType";
     this.cmbCustomActionType.Size     = new System.Drawing.Size(263, 21);
     this.cmbCustomActionType.TabIndex = 4;
     //
     // syntaxDocument
     //
     this.syntaxDocument.Lines = new string[] {
         ""
     };
     this.syntaxDocument.MaxUndoBufferSize = 1000;
     this.syntaxDocument.Modified          = false;
     this.syntaxDocument.UndoStep          = 0;
     //
     // dgActions
     //
     this.dgActions.AllowUserToAddRows            = false;
     this.dgActions.AllowUserToResizeRows         = false;
     this.dgActions.AutoSizeColumnsMode           = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     dataGridViewCellStyle5.Alignment             = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle5.BackColor             = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle5.Font                  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle5.ForeColor             = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle5.SelectionBackColor    = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle5.SelectionForeColor    = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle5.WrapMode              = System.Windows.Forms.DataGridViewTriState.True;
     this.dgActions.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
     this.dgActions.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgActions.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.CustomActionColumn
     });
     dataGridViewCellStyle6.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle6.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle6.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle6.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle6.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dgActions.DefaultCellStyle           = dataGridViewCellStyle6;
     this.dgActions.Location          = new System.Drawing.Point(35, 57);
     this.dgActions.MultiSelect       = false;
     this.dgActions.Name              = "dgActions";
     this.dgActions.ReadOnly          = true;
     this.dgActions.RowHeadersVisible = false;
     this.dgActions.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgActions.Size              = new System.Drawing.Size(299, 150);
     this.dgActions.TabIndex          = 47;
     this.dgActions.UserDeletedRow   += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgActions_UserDeletedRow);
     this.dgActions.SelectionChanged += new System.EventHandler(this.dgActions_SelectionChanged);
     //
     // CustomActionColumn
     //
     this.CustomActionColumn.HeaderText = "Custom Actions";
     this.CustomActionColumn.Name       = "CustomActionColumn";
     this.CustomActionColumn.ReadOnly   = true;
     //
     // codeEditorControl
     //
     this.codeEditorControl.ActiveView = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
     this.codeEditorControl.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.codeEditorControl.AutoListPosition     = null;
     this.codeEditorControl.AutoListSelectedText = "a123";
     this.codeEditorControl.AutoListVisible      = false;
     this.codeEditorControl.CopyAsRTF            = false;
     this.codeEditorControl.Document             = this.syntaxDocument;
     this.codeEditorControl.Enabled              = false;
     this.codeEditorControl.InfoTipCount         = 1;
     this.codeEditorControl.InfoTipPosition      = null;
     this.codeEditorControl.InfoTipSelectedIndex = 1;
     this.codeEditorControl.InfoTipVisible       = false;
     lineMarginRender2.Bounds = new System.Drawing.Rectangle(19, 0, 19, 16);
     this.codeEditorControl.LineMarginRender   = lineMarginRender2;
     this.codeEditorControl.Location           = new System.Drawing.Point(0, 243);
     this.codeEditorControl.LockCursorUpdate   = false;
     this.codeEditorControl.Name               = "codeEditorControl";
     this.codeEditorControl.Saved              = false;
     this.codeEditorControl.ShowScopeIndicator = false;
     this.codeEditorControl.Size               = new System.Drawing.Size(872, 268);
     this.codeEditorControl.SmoothScroll       = false;
     this.codeEditorControl.SplitviewH         = -4;
     this.codeEditorControl.SplitviewV         = -4;
     this.codeEditorControl.TabGuideColor      = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
     this.codeEditorControl.TabIndex           = 65;
     this.codeEditorControl.Text               = "codeEditorControl1";
     this.codeEditorControl.WhitespaceColor    = System.Drawing.SystemColors.ControlDark;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(337, 41);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(54, 13);
     this.label7.TabIndex = 64;
     this.label7.Text     = "Properties";
     //
     // dgProperties
     //
     this.dgProperties.AllowUserToAddRows       = false;
     this.dgProperties.AllowUserToDeleteRows    = false;
     this.dgProperties.AllowUserToResizeColumns = false;
     this.dgProperties.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.dgProperties.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dgProperties.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.PropertyCol,
         this.ValueCol,
         this.BrowseColumn
     });
     this.dgProperties.Location          = new System.Drawing.Point(340, 57);
     this.dgProperties.MultiSelect       = false;
     this.dgProperties.Name              = "dgProperties";
     this.dgProperties.RowHeadersVisible = false;
     this.dgProperties.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.dgProperties.Size              = new System.Drawing.Size(532, 150);
     this.dgProperties.TabIndex          = 63;
     this.dgProperties.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgProperties_CellValueChanged);
     this.dgProperties.CellClick        += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgProperties_CellClick);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(0, 227);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(34, 13);
     this.label10.TabIndex = 62;
     this.label10.Text     = "Script";
     //
     // lblHelpFunctionCall
     //
     this.lblHelpFunctionCall.AutoSize = true;
     this.lblHelpFunctionCall.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHelpFunctionCall.Location = new System.Drawing.Point(464, 191);
     this.lblHelpFunctionCall.Name     = "lblHelpFunctionCall";
     this.lblHelpFunctionCall.Size     = new System.Drawing.Size(0, 13);
     this.lblHelpFunctionCall.TabIndex = 61;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(32, 41);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(125, 13);
     this.label2.TabIndex = 66;
     this.label2.Text     = "Selected Custom Actions";
     //
     // btnSave
     //
     this.btnSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSave.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSave.Location = new System.Drawing.Point(3, 517);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new System.Drawing.Size(95, 23);
     this.btnSave.TabIndex = 67;
     this.btnSave.Text     = "Save Script";
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Visible = false;
     this.btnSave.Click  += new System.EventHandler(this.btnSave_Click);
     //
     // btnDelete
     //
     this.btnDelete.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDelete.Location = new System.Drawing.Point(3, 57);
     this.btnDelete.Name     = "btnDelete";
     this.btnDelete.Size     = new System.Drawing.Size(26, 23);
     this.btnDelete.TabIndex = 68;
     this.btnDelete.Text     = "-";
     this.btnDelete.UseVisualStyleBackColor = true;
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // btnUp
     //
     this.btnUp.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnUp.Location = new System.Drawing.Point(3, 110);
     this.btnUp.Name     = "btnUp";
     this.btnUp.Size     = new System.Drawing.Size(26, 23);
     this.btnUp.TabIndex = 69;
     this.btnUp.Text     = "↑";
     this.btnUp.UseVisualStyleBackColor = true;
     this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
     //
     // btnDown
     //
     this.btnDown.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDown.Location = new System.Drawing.Point(3, 139);
     this.btnDown.Name     = "btnDown";
     this.btnDown.Size     = new System.Drawing.Size(26, 23);
     this.btnDown.TabIndex = 70;
     this.btnDown.Text     = "↓";
     this.btnDown.UseVisualStyleBackColor = true;
     this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
     //
     // PropertyCol
     //
     this.PropertyCol.AutoSizeMode             = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle7.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle7.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     dataGridViewCellStyle7.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     dataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.Black;
     this.PropertyCol.DefaultCellStyle         = dataGridViewCellStyle7;
     this.PropertyCol.Frozen     = true;
     this.PropertyCol.HeaderText = "Property";
     this.PropertyCol.Name       = "PropertyCol";
     this.PropertyCol.ReadOnly   = true;
     this.PropertyCol.SortMode   = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.PropertyCol.Width      = 52;
     //
     // ValueCol
     //
     this.ValueCol.HeaderText = "Value";
     this.ValueCol.Name       = "ValueCol";
     this.ValueCol.SortMode   = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // BrowseColumn
     //
     this.BrowseColumn.AutoSizeMode            = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle8.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle8.BackColor          = System.Drawing.Color.White;
     dataGridViewCellStyle8.Font               = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle8.ForeColor          = System.Drawing.Color.Black;
     dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.White;
     dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.Black;
     this.BrowseColumn.DefaultCellStyle        = dataGridViewCellStyle8;
     this.BrowseColumn.HeaderText              = "";
     this.BrowseColumn.Name      = "BrowseColumn";
     this.BrowseColumn.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.BrowseColumn.SortMode  = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.BrowseColumn.Width     = 30;
     //
     // CustomActionsControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.btnDown);
     this.Controls.Add(this.btnUp);
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.codeEditorControl);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.dgProperties);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.lblHelpFunctionCall);
     this.Controls.Add(this.dgActions);
     this.Controls.Add(this.cmbCustomActionType);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.label1);
     this.Name = "CustomActionsControl";
     this.Size = new System.Drawing.Size(875, 543);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     this.splitContainer3.ResumeLayout(false);
     this.splitContainer4.Panel1.ResumeLayout(false);
     this.splitContainer4.Panel2.ResumeLayout(false);
     this.splitContainer4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgActions)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgProperties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#19
0
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Fireball.Windows.Forms.LineMarginRender lineMarginRender1 = new Fireball.Windows.Forms.LineMarginRender();
            this.syntaxDocument = new Fireball.Syntax.SyntaxDocument(this.components);
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.cmbFunctionList = new System.Windows.Forms.ComboBox();
            this.codeEditorControl = new Fireball.Windows.Forms.CodeEditorControl();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.SuspendLayout();
            // 
            // syntaxDocument1
            // 
            this.syntaxDocument.Lines = new string[] {
        ""};
            this.syntaxDocument.MaxUndoBufferSize = 1000;
            this.syntaxDocument.Modified = false;
            this.syntaxDocument.UndoStep = 0;
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.cmbFunctionList);
            this.splitContainer1.Panel1MinSize = 20;
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.codeEditorControl);
            this.splitContainer1.Size = new System.Drawing.Size(565, 380);
            this.splitContainer1.SplitterDistance = 20;
            this.splitContainer1.SplitterWidth = 1;
            this.splitContainer1.TabIndex = 1;
            // 
            // cmbFunctionList
            // 
            this.cmbFunctionList.Dock = System.Windows.Forms.DockStyle.Top;
            this.cmbFunctionList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbFunctionList.FormattingEnabled = true;
            this.cmbFunctionList.Location = new System.Drawing.Point(0, 0);
            this.cmbFunctionList.Name = "cmbFunctionList";
            this.cmbFunctionList.Size = new System.Drawing.Size(565, 20);
            this.cmbFunctionList.Sorted = true;
            this.cmbFunctionList.TabIndex = 0;
            this.cmbFunctionList.SelectedIndexChanged += new System.EventHandler(this.cmbFunctionList_SelectedIndexChanged);
            this.cmbFunctionList.MouseEnter += new System.EventHandler(this.cmbFunctionList_MouseEnter);
            this.cmbFunctionList.MouseLeave += new System.EventHandler(this.cmbFunctionList_MouseLeave);
            // 
            // ce1
            // 
            this.codeEditorControl.ActiveView = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
            this.codeEditorControl.AutoListPosition = null;
            this.codeEditorControl.AutoListSelectedText = "a123";
            this.codeEditorControl.AutoListVisible = false;
            this.codeEditorControl.CopyAsRTF = false;
            this.codeEditorControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.codeEditorControl.Document = this.syntaxDocument;
            this.codeEditorControl.FontName = "新宋体";
            this.codeEditorControl.FontSize = 9.5F;
            this.codeEditorControl.InfoTipCount = 1;
            this.codeEditorControl.InfoTipPosition = null;
            this.codeEditorControl.InfoTipSelectedIndex = 1;
            this.codeEditorControl.InfoTipVisible = false;
            lineMarginRender1.Bounds = new System.Drawing.Rectangle(19, 0, 17, 13);
            this.codeEditorControl.LineMarginRender = lineMarginRender1;
            this.codeEditorControl.Location = new System.Drawing.Point(0, 0);
            this.codeEditorControl.LockCursorUpdate = false;
            this.codeEditorControl.Name = "ce1";
            this.codeEditorControl.RowPadding = 1;
            this.codeEditorControl.Saved = false;
            this.codeEditorControl.ShowScopeIndicator = false;
            this.codeEditorControl.Size = new System.Drawing.Size(565, 359);
            this.codeEditorControl.SmoothScroll = false;
            this.codeEditorControl.SplitviewH = -4;
            this.codeEditorControl.SplitviewV = -4;
            this.codeEditorControl.TabGuideColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(243)))), ((int)(((byte)(234)))));
            this.codeEditorControl.TabIndex = 1;
            this.codeEditorControl.Text = "codeEditorControl1";
            this.codeEditorControl.WhitespaceColor = System.Drawing.SystemColors.ControlDark;
            this.codeEditorControl.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.CodeEditor_KeyPress);
            this.codeEditorControl.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CodeEditor_KeyDown);
            // 
            // luaEditorControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.splitContainer1);
            this.Name = "luaEditorControl";
            this.Size = new System.Drawing.Size(565, 380);
            this.Load += new System.EventHandler(this.luaEditorControl_Load);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.ResumeLayout(false);

        }