Example #1
0
 public AddPortal(ControllerEditor controller, EditorPortal portal, EditorPortal linked = null)
     : base(controller, portal)
 {
     _linked = linked;
 }
Example #2
0
 public Add(ControllerEditor controller, EditorObject editorObject)
 {
     IsMarker = true;
     _editorObject = editorObject;
     _controller = controller;
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.MainPanel             = new System.Windows.Forms.Panel();
     this.WriterEditor          = new WriterEditor();
     this.ControllerEditor      = new ControllerEditor();
     this.DataOperationsEditor  = new DataOperationsEditor();
     this.DataManagerEditor     = new DataManagerEditor();
     this.DataObjectsEditor     = new DataObjectsEditor();
     this.ReaderEditor          = new ReaderEditor();
     this.DatabasesEditor       = new DatabasesEditor();
     this.ProjectEditor         = new ProjectEditorControl();
     this.StoredProcedureEditor = new StoredProcedureEditor();
     this.WizardControlPanel    = new WizardControlPanel();
     this.WizardStatusControl   = new WizardStatusControl();
     this.MainPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // MainPanel
     //
     this.MainPanel.Controls.Add(this.StoredProcedureEditor);
     this.MainPanel.Controls.Add(this.WriterEditor);
     this.MainPanel.Controls.Add(this.ControllerEditor);
     this.MainPanel.Controls.Add(this.DataOperationsEditor);
     this.MainPanel.Controls.Add(this.DataManagerEditor);
     this.MainPanel.Controls.Add(this.DataObjectsEditor);
     this.MainPanel.Controls.Add(this.ReaderEditor);
     this.MainPanel.Controls.Add(this.DatabasesEditor);
     this.MainPanel.Controls.Add(this.ProjectEditor);
     this.MainPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.MainPanel.Location = new System.Drawing.Point(172, 0);
     this.MainPanel.Name     = "MainPanel";
     this.MainPanel.Size     = new System.Drawing.Size(680, 308);
     this.MainPanel.TabIndex = 2;
     //
     // WriterEditor
     //
     this.WriterEditor.BackColor = System.Drawing.Color.Transparent;
     this.WriterEditor.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.WriterEditor.Location  = new System.Drawing.Point(0, 0);
     this.WriterEditor.Name      = "WriterEditor";
     this.WriterEditor.Size      = new System.Drawing.Size(680, 308);
     this.WriterEditor.TabIndex  = 9;
     //
     // ControllerEditor
     //
     this.ControllerEditor.BackColor = System.Drawing.Color.Transparent;
     this.ControllerEditor.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.ControllerEditor.Location  = new System.Drawing.Point(0, 0);
     this.ControllerEditor.Name      = "ControllerEditor";
     this.ControllerEditor.Size      = new System.Drawing.Size(680, 308);
     this.ControllerEditor.TabIndex  = 7;
     //
     // DataOperationsEditor
     //
     this.DataOperationsEditor.BackColor = System.Drawing.Color.Transparent;
     this.DataOperationsEditor.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.DataOperationsEditor.Location  = new System.Drawing.Point(0, 0);
     this.DataOperationsEditor.Name      = "DataOperationsEditor";
     this.DataOperationsEditor.Size      = new System.Drawing.Size(680, 308);
     this.DataOperationsEditor.TabIndex  = 6;
     //
     // DataManagerEditor
     //
     this.DataManagerEditor.BackColor = System.Drawing.Color.Transparent;
     this.DataManagerEditor.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.DataManagerEditor.Location  = new System.Drawing.Point(0, 0);
     this.DataManagerEditor.Name      = "DataManagerEditor";
     this.DataManagerEditor.Size      = new System.Drawing.Size(680, 308);
     this.DataManagerEditor.TabIndex  = 5;
     //
     // DataObjectsEditor
     //
     this.DataObjectsEditor.BackColor = System.Drawing.Color.Transparent;
     this.DataObjectsEditor.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.DataObjectsEditor.Location  = new System.Drawing.Point(0, 0);
     this.DataObjectsEditor.Name      = "DataObjectsEditor";
     this.DataObjectsEditor.Size      = new System.Drawing.Size(680, 308);
     this.DataObjectsEditor.TabIndex  = 4;
     //
     // ReaderEditor
     //
     this.ReaderEditor.BackColor = System.Drawing.Color.Transparent;
     this.ReaderEditor.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.ReaderEditor.Location  = new System.Drawing.Point(0, 0);
     this.ReaderEditor.Name      = "ReaderEditor";
     this.ReaderEditor.Size      = new System.Drawing.Size(680, 308);
     this.ReaderEditor.TabIndex  = 8;
     //
     // DatabasesEditor
     //
     this.DatabasesEditor.BackColor        = System.Drawing.Color.Transparent;
     this.DatabasesEditor.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.DatabasesEditor.Location         = new System.Drawing.Point(0, 0);
     this.DatabasesEditor.Name             = "DatabasesEditor";
     this.DatabasesEditor.SelectedDatabase = null;
     this.DatabasesEditor.Size             = new System.Drawing.Size(680, 308);
     this.DatabasesEditor.TabIndex         = 2;
     //
     // ProjectEditor
     //
     this.ProjectEditor.BackColor = System.Drawing.Color.Transparent;
     this.ProjectEditor.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.ProjectEditor.Font      = new System.Drawing.Font("Arial Rounded MT Bold", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ProjectEditor.Location  = new System.Drawing.Point(0, 0);
     this.ProjectEditor.Name      = "ProjectEditor";
     this.ProjectEditor.Size      = new System.Drawing.Size(680, 308);
     this.ProjectEditor.TabIndex  = 0;
     //
     // StoredProcedureEditor
     //
     this.StoredProcedureEditor.BackColor = System.Drawing.Color.Transparent;
     this.StoredProcedureEditor.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.StoredProcedureEditor.Font      = new System.Drawing.Font("Arial Rounded MT Bold", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.StoredProcedureEditor.Location  = new System.Drawing.Point(0, 0);
     this.StoredProcedureEditor.Margin    = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.StoredProcedureEditor.Name      = "StoredProcedureEditor";
     this.StoredProcedureEditor.Size      = new System.Drawing.Size(680, 308);
     this.StoredProcedureEditor.TabIndex  = 11;
     //
     // WizardControlPanel
     //
     this.WizardControlPanel.BackColor             = System.Drawing.Color.Transparent;
     this.WizardControlPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.WizardControlPanel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.WizardControlPanel.Font     = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.WizardControlPanel.Location = new System.Drawing.Point(172, 308);
     this.WizardControlPanel.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.WizardControlPanel.Name     = "WizardControlPanel";
     this.WizardControlPanel.Size     = new System.Drawing.Size(680, 52);
     this.WizardControlPanel.TabIndex = 1;
     //
     // WizardStatusControl
     //
     this.WizardStatusControl.BackColor      = System.Drawing.Color.LightSteelBlue;
     this.WizardStatusControl.BorderStyle    = System.Windows.Forms.BorderStyle.FixedSingle;
     this.WizardStatusControl.Dock           = System.Windows.Forms.DockStyle.Left;
     this.WizardStatusControl.Location       = new System.Drawing.Point(0, 0);
     this.WizardStatusControl.Name           = "WizardStatusControl";
     this.WizardStatusControl.SelectedButton = null;
     this.WizardStatusControl.Size           = new System.Drawing.Size(172, 360);
     this.WizardStatusControl.TabIndex       = 0;
     //
     // ProjectWizardControl
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor     = System.Drawing.Color.Linen;
     this.BorderStyle   = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Controls.Add(this.MainPanel);
     this.Controls.Add(this.WizardControlPanel);
     this.Controls.Add(this.WizardStatusControl);
     this.Name = "ProjectWizardControl";
     this.Size = new System.Drawing.Size(852, 360);
     this.MainPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #4
0
 public ToolAddPlayer(ControllerEditor controller)
     : base(controller)
 {
 }
Example #5
0
 public AddEntity(ControllerEditor controller, EditorEntity editorEntity)
     : base(controller, editorEntity)
 {
 }