Thread: [chaos-svn] SF.net SVN: chaos: [1235] trunk/chaos.net/Storm.NET
Status: Pre-Alpha
Brought to you by:
sf_hal
|
From: <per...@us...> - 2007-03-15 13:30:05
|
Revision: 1235
http://chaos.svn.sourceforge.net/chaos/?rev=1235&view=rev
Author: perlundberg
Date: 2007-03-15 06:30:01 -0700 (Thu, 15 Mar 2007)
Log Message:
-----------
Moved from Storm to the parent directory.
Modified Paths:
--------------
trunk/chaos.net/Storm.NET/Storm.sln
Added Paths:
-----------
trunk/chaos.net/Storm.NET/Form1.Designer.cs
trunk/chaos.net/Storm.NET/Form1.cs
trunk/chaos.net/Storm.NET/Form1.resx
trunk/chaos.net/Storm.NET/Program.cs
trunk/chaos.net/Storm.NET/Properties/
trunk/chaos.net/Storm.NET/Storm.csproj
Removed Paths:
-------------
trunk/chaos.net/Storm.NET/Storm/Form1.Designer.cs
trunk/chaos.net/Storm.NET/Storm/Form1.cs
trunk/chaos.net/Storm.NET/Storm/Form1.resx
trunk/chaos.net/Storm.NET/Storm/Program.cs
trunk/chaos.net/Storm.NET/Storm/Properties/
trunk/chaos.net/Storm.NET/Storm/Storm.csproj
Property Changed:
----------------
trunk/chaos.net/Storm.NET/
Property changes on: trunk/chaos.net/Storm.NET
___________________________________________________________________
Name: svn:ignore
+ bin
obj
Copied: trunk/chaos.net/Storm.NET/Form1.Designer.cs (from rev 1234, trunk/chaos.net/Storm.NET/Storm/Form1.Designer.cs)
===================================================================
--- trunk/chaos.net/Storm.NET/Form1.Designer.cs (rev 0)
+++ trunk/chaos.net/Storm.NET/Form1.Designer.cs 2007-03-15 13:30:01 UTC (rev 1235)
@@ -0,0 +1,201 @@
+namespace Storm
+{
+ partial class Form1
+ {
+ /// <summary>
+ /// Required designer variable.
+ /// </summary>
+ private System.ComponentModel.IContainer components = null;
+
+ /// <summary>
+ /// Clean up any resources being used.
+ /// </summary>
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ /// <summary>
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ /// </summary>
+ private void InitializeComponent()
+ {
+ System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("Services");
+ System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("Clients");
+ System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("Connections");
+ System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("Storm", new System.Windows.Forms.TreeNode[] {
+ treeNode1,
+ treeNode2,
+ treeNode3});
+ this.statusStrip1 = new System.Windows.Forms.StatusStrip();
+ this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
+ this.menuStrip1 = new System.Windows.Forms.MenuStrip();
+ this.stormToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.startToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.aboutStormNETToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.splitContainer1 = new System.Windows.Forms.SplitContainer();
+ this.treeView1 = new System.Windows.Forms.TreeView();
+ this.richTextBox1 = new System.Windows.Forms.RichTextBox();
+ this.statusStrip1.SuspendLayout();
+ this.menuStrip1.SuspendLayout();
+ this.splitContainer1.Panel1.SuspendLayout();
+ this.splitContainer1.Panel2.SuspendLayout();
+ this.splitContainer1.SuspendLayout();
+ this.SuspendLayout();
+ //
+ // statusStrip1
+ //
+ this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.toolStripStatusLabel1});
+ this.statusStrip1.Location = new System.Drawing.Point(0, 507);
+ this.statusStrip1.Name = "statusStrip1";
+ this.statusStrip1.Size = new System.Drawing.Size(687, 22);
+ this.statusStrip1.TabIndex = 0;
+ this.statusStrip1.Text = "statusStrip1";
+ //
+ // toolStripStatusLabel1
+ //
+ this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
+ this.toolStripStatusLabel1.Size = new System.Drawing.Size(58, 17);
+ this.toolStripStatusLabel1.Text = "Storm.NET";
+ //
+ // menuStrip1
+ //
+ this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.stormToolStripMenuItem,
+ this.helpToolStripMenuItem});
+ this.menuStrip1.Location = new System.Drawing.Point(0, 0);
+ this.menuStrip1.Name = "menuStrip1";
+ this.menuStrip1.Size = new System.Drawing.Size(687, 24);
+ this.menuStrip1.TabIndex = 1;
+ this.menuStrip1.Text = "menuStrip1";
+ //
+ // stormToolStripMenuItem
+ //
+ this.stormToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.startToolStripMenuItem,
+ this.quitToolStripMenuItem});
+ this.stormToolStripMenuItem.Name = "stormToolStripMenuItem";
+ this.stormToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
+ this.stormToolStripMenuItem.Text = "&Storm";
+ //
+ // startToolStripMenuItem
+ //
+ this.startToolStripMenuItem.Name = "startToolStripMenuItem";
+ this.startToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
+ this.startToolStripMenuItem.Text = "&Start...";
+ //
+ // quitToolStripMenuItem
+ //
+ this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
+ this.quitToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
+ this.quitToolStripMenuItem.Text = "&Exit";
+ //
+ // helpToolStripMenuItem
+ //
+ this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.aboutStormNETToolStripMenuItem});
+ this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
+ this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
+ this.helpToolStripMenuItem.Text = "&Help";
+ //
+ // aboutStormNETToolStripMenuItem
+ //
+ this.aboutStormNETToolStripMenuItem.Name = "aboutStormNETToolStripMenuItem";
+ this.aboutStormNETToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
+ this.aboutStormNETToolStripMenuItem.Text = "&About Storm.NET";
+ //
+ // splitContainer1
+ //
+ this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.splitContainer1.Location = new System.Drawing.Point(0, 24);
+ this.splitContainer1.Name = "splitContainer1";
+ //
+ // splitContainer1.Panel1
+ //
+ this.splitContainer1.Panel1.Controls.Add(this.treeView1);
+ //
+ // splitContainer1.Panel2
+ //
+ this.splitContainer1.Panel2.Controls.Add(this.richTextBox1);
+ this.splitContainer1.Size = new System.Drawing.Size(687, 483);
+ this.splitContainer1.SplitterDistance = 229;
+ this.splitContainer1.TabIndex = 2;
+ //
+ // treeView1
+ //
+ this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.treeView1.Location = new System.Drawing.Point(0, 0);
+ this.treeView1.Name = "treeView1";
+ treeNode1.Name = "Node1";
+ treeNode1.Text = "Services";
+ treeNode2.Name = "Node2";
+ treeNode2.Text = "Clients";
+ treeNode3.Name = "Node3";
+ treeNode3.Text = "Connections";
+ treeNode4.Name = "Node0";
+ treeNode4.Text = "Storm";
+ this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
+ treeNode4});
+ this.treeView1.Size = new System.Drawing.Size(229, 483);
+ this.treeView1.TabIndex = 0;
+ //
+ // richTextBox1
+ //
+ this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.richTextBox1.Location = new System.Drawing.Point(0, 0);
+ this.richTextBox1.Name = "richTextBox1";
+ this.richTextBox1.Size = new System.Drawing.Size(454, 483);
+ this.richTextBox1.TabIndex = 0;
+ this.richTextBox1.Text = "";
+ //
+ // Form1
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(687, 529);
+ this.Controls.Add(this.splitContainer1);
+ this.Controls.Add(this.statusStrip1);
+ this.Controls.Add(this.menuStrip1);
+ this.MainMenuStrip = this.menuStrip1;
+ this.Name = "Form1";
+ this.Text = "Storm.NET";
+ this.statusStrip1.ResumeLayout(false);
+ this.statusStrip1.PerformLayout();
+ this.menuStrip1.ResumeLayout(false);
+ this.menuStrip1.PerformLayout();
+ this.splitContainer1.Panel1.ResumeLayout(false);
+ this.splitContainer1.Panel2.ResumeLayout(false);
+ this.splitContainer1.ResumeLayout(false);
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.StatusStrip statusStrip1;
+ private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
+ private System.Windows.Forms.MenuStrip menuStrip1;
+ private System.Windows.Forms.ToolStripMenuItem stormToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem startToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem aboutStormNETToolStripMenuItem;
+ private System.Windows.Forms.SplitContainer splitContainer1;
+ private System.Windows.Forms.TreeView treeView1;
+ private System.Windows.Forms.RichTextBox richTextBox1;
+
+ }
+}
+
Copied: trunk/chaos.net/Storm.NET/Form1.cs (from rev 1234, trunk/chaos.net/Storm.NET/Storm/Form1.cs)
===================================================================
--- trunk/chaos.net/Storm.NET/Form1.cs (rev 0)
+++ trunk/chaos.net/Storm.NET/Form1.cs 2007-03-15 13:30:01 UTC (rev 1235)
@@ -0,0 +1,19 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Text;
+using System.Windows.Forms;
+
+namespace Storm
+{
+ public partial class Form1 : Form
+ {
+ public Form1()
+ {
+ InitializeComponent();
+ }
+
+ }
+}
\ No newline at end of file
Copied: trunk/chaos.net/Storm.NET/Form1.resx (from rev 1234, trunk/chaos.net/Storm.NET/Storm/Form1.resx)
===================================================================
--- trunk/chaos.net/Storm.NET/Form1.resx (rev 0)
+++ trunk/chaos.net/Storm.NET/Form1.resx 2007-03-15 13:30:01 UTC (rev 1235)
@@ -0,0 +1,126 @@
+<?xml version="1.0" encoding="utf-8"?>
+<root>
+ <!--
+ Microsoft ResX Schema
+
+ Version 2.0
+
+ The primary goals of this format is to allow a simple XML format
+ that is mostly human readable. The generation and parsing of the
+ various data types are done through the TypeConverter classes
+ associated with the data types.
+
+ Example:
+
+ ... ado.net/XML headers & schema ...
+ <resheader name="resmimetype">text/microsoft-resx</resheader>
+ <resheader name="version">2.0</resheader>
+ <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+ <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+ <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+ <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+ <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+ <value>[base64 mime encoded serialized .NET Framework object]</value>
+ </data>
+ <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+ <comment>This is a comment</comment>
+ </data>
+
+ There are any number of "resheader" rows that contain simple
+ name/value pairs.
+
+ Each data row contains a name, and value. The row also contains a
+ type or mimetype. Type corresponds to a .NET class that support
+ text/value conversion through the TypeConverter architecture.
+ Classes that don't support this are serialized and stored with the
+ mimetype set.
+
+ The mimetype is used for serialized objects, and tells the
+ ResXResourceReader how to depersist the object. This is currently not
+ extensible. For a given mimetype the value must be set accordingly:
+
+ Note - application/x-microsoft.net.object.binary.base64 is the format
+ that the ResXResourceWriter will generate, however the reader can
+ read any of the formats listed below.
+
+ mimetype: application/x-microsoft.net.object.binary.base64
+ value : The object must be serialized with
+ : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.soap.base64
+ value : The object must be serialized with
+ : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.bytearray.base64
+ value : The object must be serialized into a byte array
+ : using a System.ComponentModel.TypeConverter
+ : and then encoded with base64 encoding.
+ -->
+ <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+ <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
+ <xsd:element name="root" msdata:IsDataSet="true">
+ <xsd:complexType>
+ <xsd:choice maxOccurs="unbounded">
+ <xsd:element name="metadata">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" />
+ </xsd:sequence>
+ <xsd:attribute name="name" use="required" type="xsd:string" />
+ <xsd:attribute name="type" type="xsd:string" />
+ <xsd:attribute name="mimetype" type="xsd:string" />
+ <xsd:attribute ref="xml:space" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="assembly">
+ <xsd:complexType>
+ <xsd:attribute name="alias" type="xsd:string" />
+ <xsd:attribute name="name" type="xsd:string" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="data">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+ <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+ </xsd:sequence>
+ <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
+ <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+ <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+ <xsd:attribute ref="xml:space" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="resheader">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+ </xsd:sequence>
+ <xsd:attribute name="name" type="xsd:string" use="required" />
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:choice>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:schema>
+ <resheader name="resmimetype">
+ <value>text/microsoft-resx</value>
+ </resheader>
+ <resheader name="version">
+ <value>2.0</value>
+ </resheader>
+ <resheader name="reader">
+ <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+ <resheader name="writer">
+ <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+ <metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+ <value>17, 17</value>
+ </metadata>
+ <metadata name="menuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+ <value>127, 17</value>
+ </metadata>
+</root>
\ No newline at end of file
Copied: trunk/chaos.net/Storm.NET/Program.cs (from rev 1234, trunk/chaos.net/Storm.NET/Storm/Program.cs)
===================================================================
--- trunk/chaos.net/Storm.NET/Program.cs (rev 0)
+++ trunk/chaos.net/Storm.NET/Program.cs 2007-03-15 13:30:01 UTC (rev 1235)
@@ -0,0 +1,20 @@
+using System;
+using System.Collections.Generic;
+using System.Windows.Forms;
+
+namespace Storm
+{
+ static class Program
+ {
+ /// <summary>
+ /// The main entry point for the application.
+ /// </summary>
+ [STAThread]
+ static void Main()
+ {
+ Application.EnableVisualStyles();
+ Application.SetCompatibleTextRenderingDefault(false);
+ Application.Run(new Form1());
+ }
+ }
+}
\ No newline at end of file
Copied: trunk/chaos.net/Storm.NET/Properties (from rev 1234, trunk/chaos.net/Storm.NET/Storm/Properties)
Deleted: trunk/chaos.net/Storm.NET/Storm/Form1.Designer.cs
===================================================================
--- trunk/chaos.net/Storm.NET/Storm/Form1.Designer.cs 2007-03-15 13:16:03 UTC (rev 1234)
+++ trunk/chaos.net/Storm.NET/Storm/Form1.Designer.cs 2007-03-15 13:30:01 UTC (rev 1235)
@@ -1,201 +0,0 @@
-namespace Storm
-{
- partial class Form1
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("Services");
- System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("Clients");
- System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("Connections");
- System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("Storm", new System.Windows.Forms.TreeNode[] {
- treeNode1,
- treeNode2,
- treeNode3});
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
- this.menuStrip1 = new System.Windows.Forms.MenuStrip();
- this.stormToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.startToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.aboutStormNETToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.treeView1 = new System.Windows.Forms.TreeView();
- this.richTextBox1 = new System.Windows.Forms.RichTextBox();
- this.statusStrip1.SuspendLayout();
- this.menuStrip1.SuspendLayout();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- this.SuspendLayout();
- //
- // statusStrip1
- //
- this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripStatusLabel1});
- this.statusStrip1.Location = new System.Drawing.Point(0, 507);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Size = new System.Drawing.Size(687, 22);
- this.statusStrip1.TabIndex = 0;
- this.statusStrip1.Text = "statusStrip1";
- //
- // toolStripStatusLabel1
- //
- this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
- this.toolStripStatusLabel1.Size = new System.Drawing.Size(58, 17);
- this.toolStripStatusLabel1.Text = "Storm.NET";
- //
- // menuStrip1
- //
- this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.stormToolStripMenuItem,
- this.helpToolStripMenuItem});
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Size = new System.Drawing.Size(687, 24);
- this.menuStrip1.TabIndex = 1;
- this.menuStrip1.Text = "menuStrip1";
- //
- // stormToolStripMenuItem
- //
- this.stormToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.startToolStripMenuItem,
- this.quitToolStripMenuItem});
- this.stormToolStripMenuItem.Name = "stormToolStripMenuItem";
- this.stormToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
- this.stormToolStripMenuItem.Text = "&Storm";
- //
- // startToolStripMenuItem
- //
- this.startToolStripMenuItem.Name = "startToolStripMenuItem";
- this.startToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
- this.startToolStripMenuItem.Text = "&Start...";
- //
- // quitToolStripMenuItem
- //
- this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
- this.quitToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
- this.quitToolStripMenuItem.Text = "&Exit";
- //
- // helpToolStripMenuItem
- //
- this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.aboutStormNETToolStripMenuItem});
- this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
- this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
- this.helpToolStripMenuItem.Text = "&Help";
- //
- // aboutStormNETToolStripMenuItem
- //
- this.aboutStormNETToolStripMenuItem.Name = "aboutStormNETToolStripMenuItem";
- this.aboutStormNETToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
- this.aboutStormNETToolStripMenuItem.Text = "&About Storm.NET";
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 24);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.treeView1);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.richTextBox1);
- this.splitContainer1.Size = new System.Drawing.Size(687, 483);
- this.splitContainer1.SplitterDistance = 229;
- this.splitContainer1.TabIndex = 2;
- //
- // treeView1
- //
- this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.treeView1.Location = new System.Drawing.Point(0, 0);
- this.treeView1.Name = "treeView1";
- treeNode1.Name = "Node1";
- treeNode1.Text = "Services";
- treeNode2.Name = "Node2";
- treeNode2.Text = "Clients";
- treeNode3.Name = "Node3";
- treeNode3.Text = "Connections";
- treeNode4.Name = "Node0";
- treeNode4.Text = "Storm";
- this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
- treeNode4});
- this.treeView1.Size = new System.Drawing.Size(229, 483);
- this.treeView1.TabIndex = 0;
- //
- // richTextBox1
- //
- this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.richTextBox1.Location = new System.Drawing.Point(0, 0);
- this.richTextBox1.Name = "richTextBox1";
- this.richTextBox1.Size = new System.Drawing.Size(454, 483);
- this.richTextBox1.TabIndex = 0;
- this.richTextBox1.Text = "";
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(687, 529);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.statusStrip1);
- this.Controls.Add(this.menuStrip1);
- this.MainMenuStrip = this.menuStrip1;
- this.Name = "Form1";
- this.Text = "Storm.NET";
- this.statusStrip1.ResumeLayout(false);
- this.statusStrip1.PerformLayout();
- this.menuStrip1.ResumeLayout(false);
- this.menuStrip1.PerformLayout();
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- this.splitContainer1.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
- private System.Windows.Forms.MenuStrip menuStrip1;
- private System.Windows.Forms.ToolStripMenuItem stormToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem startToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem aboutStormNETToolStripMenuItem;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.TreeView treeView1;
- private System.Windows.Forms.RichTextBox richTextBox1;
-
- }
-}
-
Deleted: trunk/chaos.net/Storm.NET/Storm/Form1.cs
===================================================================
--- trunk/chaos.net/Storm.NET/Storm/Form1.cs 2007-03-15 13:16:03 UTC (rev 1234)
+++ trunk/chaos.net/Storm.NET/Storm/Form1.cs 2007-03-15 13:30:01 UTC (rev 1235)
@@ -1,19 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Text;
-using System.Windows.Forms;
-
-namespace Storm
-{
- public partial class Form1 : Form
- {
- public Form1()
- {
- InitializeComponent();
- }
-
- }
-}
\ No newline at end of file
Deleted: trunk/chaos.net/Storm.NET/Storm/Form1.resx
===================================================================
--- trunk/chaos.net/Storm.NET/Storm/Form1.resx 2007-03-15 13:16:03 UTC (rev 1234)
+++ trunk/chaos.net/Storm.NET/Storm/Form1.resx 2007-03-15 13:30:01 UTC (rev 1235)
@@ -1,126 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<root>
- <!--
- Microsoft ResX Schema
-
- Version 2.0
-
- The primary goals of this form...
[truncated message content] |
|
From: <sf...@us...> - 2007-03-15 14:46:13
|
Revision: 1239
http://chaos.svn.sourceforge.net/chaos/?rev=1239&view=rev
Author: sf_hal
Date: 2007-03-15 07:46:12 -0700 (Thu, 15 Mar 2007)
Log Message:
-----------
Changed some naming.
Modified Paths:
--------------
trunk/chaos.net/Storm.NET/Form1.Designer.cs
trunk/chaos.net/Storm.NET/Form1.cs
trunk/chaos.net/Storm.NET/Program.cs
trunk/chaos.net/Storm.NET/Properties/AssemblyInfo.cs
Added Paths:
-----------
trunk/chaos.net/Storm.NET/Storm.NET.csproj
trunk/chaos.net/Storm.NET/Storm.NET.sln
trunk/chaos.net/Storm.NET/Storm.NET.suo
Removed Paths:
-------------
trunk/chaos.net/Storm.NET/Storm.csproj
trunk/chaos.net/Storm.NET/Storm.sln
trunk/chaos.net/Storm.NET/Storm.suo
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sf...@us...> - 2007-03-16 15:22:27
|
Revision: 1240
http://chaos.svn.sourceforge.net/chaos/?rev=1240&view=rev
Author: sf_hal
Date: 2007-03-16 08:22:21 -0700 (Fri, 16 Mar 2007)
Log Message:
-----------
Added IPC message handling and some threads to handle incoming connections from applications using Chaos.Service. This is not yet working, but I don't have any more time today.
Modified Paths:
--------------
trunk/chaos.net/Storm.NET/Program.cs
trunk/chaos.net/Storm.NET/Properties/Resources.Designer.cs
trunk/chaos.net/Storm.NET/Properties/Settings.Designer.cs
trunk/chaos.net/Storm.NET/Storm.NET.csproj
trunk/chaos.net/Storm.NET/Storm.NET.suo
Added Paths:
-----------
trunk/chaos.net/Storm.NET/ClientConnection.cs
trunk/chaos.net/Storm.NET/ConnectionListener.cs
trunk/chaos.net/Storm.NET/IPCMessage.cs
trunk/chaos.net/Storm.NET/IPCMessageArgument.cs
trunk/chaos.net/Storm.NET/MainWindow.Designer.cs
trunk/chaos.net/Storm.NET/MainWindow.cs
trunk/chaos.net/Storm.NET/MainWindow.resx
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sf...@us...> - 2007-03-16 15:23:32
|
Revision: 1242
http://chaos.svn.sourceforge.net/chaos/?rev=1242&view=rev
Author: sf_hal
Date: 2007-03-16 08:23:29 -0700 (Fri, 16 Mar 2007)
Log Message:
-----------
Removed Paths:
-------------
trunk/chaos.net/Storm.NET/Form1.Designer.cs
trunk/chaos.net/Storm.NET/Form1.cs
trunk/chaos.net/Storm.NET/Form1.resx
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sf...@us...> - 2007-03-16 16:19:06
|
Revision: 1244
http://chaos.svn.sourceforge.net/chaos/?rev=1244&view=rev
Author: sf_hal
Date: 2007-03-16 09:19:03 -0700 (Fri, 16 Mar 2007)
Log Message:
-----------
Moved files common to both Storm.NET and Chaos.Service.
Removed Paths:
-------------
trunk/chaos.net/Storm.NET/IPCMessage.cs
trunk/chaos.net/Storm.NET/IPCMessageArgument.cs
trunk/chaos.net/Storm.NET/Storm.NET.csproj.user
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sf...@us...> - 2007-03-22 10:10:07
|
Revision: 1271
http://chaos.svn.sourceforge.net/chaos/?rev=1271&view=rev
Author: sf_hal
Date: 2007-03-22 03:10:03 -0700 (Thu, 22 Mar 2007)
Log Message:
-----------
More or less completely reworked kernel. This now handles clients, services and connections properly and manages message queues for connections. It also displays what is going on in a much clearer way.
This is probably quite unstable still, though it ought to handle disconnecting clients better than the previous version.
Modified Paths:
--------------
trunk/chaos.net/Storm.NET/ClientConnection.cs
trunk/chaos.net/Storm.NET/ConnectionListener.cs
trunk/chaos.net/Storm.NET/MainWindow.Designer.cs
trunk/chaos.net/Storm.NET/MainWindow.cs
trunk/chaos.net/Storm.NET/Storm.NET.csproj
Added Paths:
-----------
trunk/chaos.net/Storm.NET/Connection.cs
trunk/chaos.net/Storm.NET/Service.cs
trunk/chaos.net/Storm.NET/Storm.cs
Removed Paths:
-------------
trunk/chaos.net/Storm.NET/Storm.NET.suo
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sf...@us...> - 2007-03-22 14:36:41
|
Revision: 1274
http://chaos.svn.sourceforge.net/chaos/?rev=1274&view=rev
Author: sf_hal
Date: 2007-03-22 07:36:39 -0700 (Thu, 22 Mar 2007)
Log Message:
-----------
When a syscall is received, also print in the log which client it was.
When clicking on a node in the tree view, display further information in the right panel.
Also, wait indefinetly on semaphores. This doesn't really seem to work though, something times out. Need to investigate this.
Modified Paths:
--------------
trunk/chaos.net/Storm.NET/ClientConnection.cs
trunk/chaos.net/Storm.NET/Connection.cs
trunk/chaos.net/Storm.NET/MainWindow.Designer.cs
trunk/chaos.net/Storm.NET/MainWindow.cs
trunk/chaos.net/Storm.NET/Service.cs
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sf...@us...> - 2007-03-28 15:30:54
|
Revision: 1292
http://chaos.svn.sourceforge.net/chaos/?rev=1292&view=rev
Author: sf_hal
Date: 2007-03-28 08:30:51 -0700 (Wed, 28 Mar 2007)
Log Message:
-----------
Better handling of disconnection clients.
Modified Paths:
--------------
trunk/chaos.net/Storm.NET/ClientConnection.cs
trunk/chaos.net/Storm.NET/Storm.cs
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <per...@us...> - 2007-03-30 06:33:56
|
Revision: 1295
http://chaos.svn.sourceforge.net/chaos/?rev=1295&view=rev
Author: perlundberg
Date: 2007-03-29 23:33:45 -0700 (Thu, 29 Mar 2007)
Log Message:
-----------
Tried to debug the IPC problem, the bug is identified now but we need to find the cause of the bug too... the semaphore is released twice.
Modified Paths:
--------------
trunk/chaos.net/Storm.NET/ClientConnection.cs
trunk/chaos.net/Storm.NET/Mailbox.cs
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <per...@us...> - 2007-03-30 20:03:37
|
Revision: 1299
http://chaos.svn.sourceforge.net/chaos/?rev=1299&view=rev
Author: perlundberg
Date: 2007-03-30 13:03:33 -0700 (Fri, 30 Mar 2007)
Log Message:
-----------
Fixed an annoying bug with all sub-threads not shutting down properly. The solution was simple, set them as IsBackground = true and the behavior is the expected.
Modified Paths:
--------------
trunk/chaos.net/Storm.NET/ConnectionListener.cs
trunk/chaos.net/Storm.NET/MainWindow.cs
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sf...@us...> - 2007-03-31 23:28:56
|
Revision: 1308
http://chaos.svn.sourceforge.net/chaos/?rev=1308&view=rev
Author: sf_hal
Date: 2007-03-31 16:28:51 -0700 (Sat, 31 Mar 2007)
Log Message:
-----------
Added option to disable debugging output in storm.net. This greatly speeds up things when disabled.
Modified Paths:
--------------
trunk/chaos.net/Storm.NET/MainWindow.Designer.cs
trunk/chaos.net/Storm.NET/MainWindow.cs
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <per...@us...> - 2007-04-06 17:19:25
|
Revision: 1348
http://chaos.svn.sourceforge.net/chaos/?rev=1348&view=rev
Author: perlundberg
Date: 2007-04-06 10:19:24 -0700 (Fri, 06 Apr 2007)
Log Message:
-----------
Added code for kernel log. All that remains now is the Chaos.Storm method + that the console server uses this.
Modified Paths:
--------------
trunk/chaos.net/Storm.NET/ClientConnection.cs
trunk/chaos.net/Storm.NET/MainWindow.cs
trunk/chaos.net/Storm.NET/Storm.NET.csproj
trunk/chaos.net/Storm.NET/Storm.cs
Added Paths:
-----------
trunk/chaos.net/Storm.NET/KernelLog.cs
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|