초기 커밋.

This commit is contained in:
2025-02-03 11:02:48 +09:00
parent a7d46f415f
commit fe9aa0799f
2334 changed files with 674826 additions and 0 deletions

290
JWH/DOCKFORM/DockForm.Designer.cs generated Normal file
View File

@@ -0,0 +1,290 @@
namespace JWH.DOCKFORM
{
partial class DockForm
{
/// <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()
{
this.radDock1 = new Telerik.WinControls.UI.Docking.RadDock();
this.documentContainer1 = new Telerik.WinControls.UI.Docking.DocumentContainer();
this.toolWindow1 = new Telerik.WinControls.UI.Docking.ToolWindow();
this.toolWindow2 = new Telerik.WinControls.UI.Docking.ToolWindow();
this.toolTabStrip2 = new Telerik.WinControls.UI.Docking.ToolTabStrip();
this.toolWindow3 = new Telerik.WinControls.UI.Docking.ToolWindow();
this.toolTabStrip3 = new Telerik.WinControls.UI.Docking.ToolTabStrip();
this.toolWindow4 = new Telerik.WinControls.UI.Docking.ToolWindow();
this.toolTabStrip4 = new Telerik.WinControls.UI.Docking.ToolTabStrip();
this.radSplitContainer2 = new Telerik.WinControls.UI.RadSplitContainer();
this.toolTabStrip5 = new Telerik.WinControls.UI.Docking.ToolTabStrip();
this.documentWindow1 = new Telerik.WinControls.UI.Docking.DocumentWindow();
this.documentTabStrip1 = new Telerik.WinControls.UI.Docking.DocumentTabStrip();
this.visualStudio2012DarkTheme1 = new Telerik.WinControls.Themes.VisualStudio2012DarkTheme();
((System.ComponentModel.ISupportInitialize)(this.radDock1)).BeginInit();
this.radDock1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.documentContainer1)).BeginInit();
this.documentContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.toolTabStrip2)).BeginInit();
this.toolTabStrip2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.toolTabStrip3)).BeginInit();
this.toolTabStrip3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.toolTabStrip4)).BeginInit();
this.toolTabStrip4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.radSplitContainer2)).BeginInit();
this.radSplitContainer2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.toolTabStrip5)).BeginInit();
this.toolTabStrip5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.documentTabStrip1)).BeginInit();
this.documentTabStrip1.SuspendLayout();
this.SuspendLayout();
//
// radDock1
//
this.radDock1.ActiveWindow = this.toolWindow3;
this.radDock1.Controls.Add(this.toolTabStrip5);
this.radDock1.Controls.Add(this.radSplitContainer2);
this.radDock1.Controls.Add(this.toolTabStrip4);
this.radDock1.Dock = System.Windows.Forms.DockStyle.Fill;
this.radDock1.Location = new System.Drawing.Point(3, 3);
this.radDock1.MainDocumentContainer = this.documentContainer1;
this.radDock1.Name = "radDock1";
this.radDock1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
//
//
this.radDock1.RootElement.MinSize = new System.Drawing.Size(25, 25);
this.radDock1.Size = new System.Drawing.Size(1000, 715);
this.radDock1.SplitterWidth = 2;
this.radDock1.TabIndex = 0;
this.radDock1.TabStop = false;
this.radDock1.ThemeName = "VisualStudio2012Dark";
//
// documentContainer1
//
this.documentContainer1.Controls.Add(this.documentTabStrip1);
this.documentContainer1.Name = "documentContainer1";
//
//
//
this.documentContainer1.RootElement.MinSize = new System.Drawing.Size(25, 25);
this.documentContainer1.SizeInfo.SizeMode = Telerik.WinControls.UI.Docking.SplitPanelSizeMode.Fill;
this.documentContainer1.SplitterWidth = 2;
this.documentContainer1.ThemeName = "VisualStudio2012Dark";
//
// toolWindow1
//
this.toolWindow1.Caption = null;
this.toolWindow1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.toolWindow1.Location = new System.Drawing.Point(4, 24);
this.toolWindow1.Name = "toolWindow1";
this.toolWindow1.PreviousDockState = Telerik.WinControls.UI.Docking.DockState.Docked;
this.toolWindow1.Size = new System.Drawing.Size(982, 172);
this.toolWindow1.Text = "toolWindow1";
//
// toolWindow2
//
this.toolWindow2.Caption = null;
this.toolWindow2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.toolWindow2.Location = new System.Drawing.Point(4, 24);
this.toolWindow2.Name = "toolWindow2";
this.toolWindow2.PreviousDockState = Telerik.WinControls.UI.Docking.DockState.Docked;
this.toolWindow2.Size = new System.Drawing.Size(192, 273);
this.toolWindow2.Text = "toolWindow2";
//
// toolTabStrip2
//
this.toolTabStrip2.CanUpdateChildIndex = true;
this.toolTabStrip2.Controls.Add(this.toolWindow2);
this.toolTabStrip2.Location = new System.Drawing.Point(0, 0);
this.toolTabStrip2.Name = "toolTabStrip2";
//
//
//
this.toolTabStrip2.RootElement.MinSize = new System.Drawing.Size(25, 25);
this.toolTabStrip2.SelectedIndex = 0;
this.toolTabStrip2.Size = new System.Drawing.Size(200, 301);
this.toolTabStrip2.TabIndex = 1;
this.toolTabStrip2.TabStop = false;
this.toolTabStrip2.ThemeName = "VisualStudio2012Dark";
//
// toolWindow3
//
this.toolWindow3.Caption = null;
this.toolWindow3.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.toolWindow3.Location = new System.Drawing.Point(4, 24);
this.toolWindow3.Name = "toolWindow3";
this.toolWindow3.PreviousDockState = Telerik.WinControls.UI.Docking.DockState.Docked;
this.toolWindow3.Size = new System.Drawing.Size(192, 273);
this.toolWindow3.Text = "toolWindow3";
//
// toolTabStrip3
//
this.toolTabStrip3.CanUpdateChildIndex = true;
this.toolTabStrip3.Controls.Add(this.toolWindow3);
this.toolTabStrip3.Location = new System.Drawing.Point(790, 0);
this.toolTabStrip3.Name = "toolTabStrip3";
//
//
//
this.toolTabStrip3.RootElement.MinSize = new System.Drawing.Size(25, 25);
this.toolTabStrip3.SelectedIndex = 0;
this.toolTabStrip3.Size = new System.Drawing.Size(200, 301);
this.toolTabStrip3.TabIndex = 2;
this.toolTabStrip3.TabStop = false;
this.toolTabStrip3.ThemeName = "VisualStudio2012Dark";
//
// toolWindow4
//
this.toolWindow4.Caption = null;
this.toolWindow4.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.toolWindow4.Location = new System.Drawing.Point(4, 24);
this.toolWindow4.Name = "toolWindow4";
this.toolWindow4.PreviousDockState = Telerik.WinControls.UI.Docking.DockState.Docked;
this.toolWindow4.Size = new System.Drawing.Size(982, 172);
this.toolWindow4.Text = "toolWindow4";
//
// toolTabStrip4
//
this.toolTabStrip4.CanUpdateChildIndex = true;
this.toolTabStrip4.Controls.Add(this.toolWindow4);
this.toolTabStrip4.Location = new System.Drawing.Point(5, 510);
this.toolTabStrip4.Name = "toolTabStrip4";
//
//
//
this.toolTabStrip4.RootElement.MinSize = new System.Drawing.Size(25, 25);
this.toolTabStrip4.SelectedIndex = 0;
this.toolTabStrip4.Size = new System.Drawing.Size(990, 200);
this.toolTabStrip4.TabIndex = 1;
this.toolTabStrip4.TabStop = false;
this.toolTabStrip4.ThemeName = "VisualStudio2012Dark";
//
// radSplitContainer2
//
this.radSplitContainer2.Controls.Add(this.toolTabStrip2);
this.radSplitContainer2.Controls.Add(this.documentContainer1);
this.radSplitContainer2.Controls.Add(this.toolTabStrip3);
this.radSplitContainer2.IsCleanUpTarget = true;
this.radSplitContainer2.Location = new System.Drawing.Point(5, 207);
this.radSplitContainer2.Name = "radSplitContainer2";
this.radSplitContainer2.Padding = new System.Windows.Forms.Padding(5);
//
//
//
this.radSplitContainer2.RootElement.MinSize = new System.Drawing.Size(25, 25);
this.radSplitContainer2.Size = new System.Drawing.Size(990, 301);
this.radSplitContainer2.SplitterWidth = 2;
this.radSplitContainer2.TabIndex = 0;
this.radSplitContainer2.TabStop = false;
this.radSplitContainer2.ThemeName = "VisualStudio2012Dark";
//
// toolTabStrip5
//
this.toolTabStrip5.CanUpdateChildIndex = true;
this.toolTabStrip5.Controls.Add(this.toolWindow1);
this.toolTabStrip5.Location = new System.Drawing.Point(5, 5);
this.toolTabStrip5.Name = "toolTabStrip5";
//
//
//
this.toolTabStrip5.RootElement.MinSize = new System.Drawing.Size(25, 25);
this.toolTabStrip5.SelectedIndex = 0;
this.toolTabStrip5.Size = new System.Drawing.Size(990, 200);
this.toolTabStrip5.TabIndex = 2;
this.toolTabStrip5.TabStop = false;
this.toolTabStrip5.ThemeName = "VisualStudio2012Dark";
//
// documentWindow1
//
this.documentWindow1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.documentWindow1.Location = new System.Drawing.Point(4, 29);
this.documentWindow1.Name = "documentWindow1";
this.documentWindow1.PreviousDockState = Telerik.WinControls.UI.Docking.DockState.TabbedDocument;
this.documentWindow1.Size = new System.Drawing.Size(578, 268);
this.documentWindow1.Text = "documentWindow1";
//
// documentTabStrip1
//
this.documentTabStrip1.CanUpdateChildIndex = true;
this.documentTabStrip1.Controls.Add(this.documentWindow1);
this.documentTabStrip1.Location = new System.Drawing.Point(0, 0);
this.documentTabStrip1.Name = "documentTabStrip1";
//
//
//
this.documentTabStrip1.RootElement.MinSize = new System.Drawing.Size(25, 25);
this.documentTabStrip1.SelectedIndex = 0;
this.documentTabStrip1.Size = new System.Drawing.Size(586, 301);
this.documentTabStrip1.TabIndex = 0;
this.documentTabStrip1.TabStop = false;
this.documentTabStrip1.ThemeName = "VisualStudio2012Dark";
//
// DockForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1006, 721);
this.Controls.Add(this.radDock1);
this.Name = "DockForm";
this.Padding = new System.Windows.Forms.Padding(3);
this.Text = "DockForm";
((System.ComponentModel.ISupportInitialize)(this.radDock1)).EndInit();
this.radDock1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.documentContainer1)).EndInit();
this.documentContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.toolTabStrip2)).EndInit();
this.toolTabStrip2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.toolTabStrip3)).EndInit();
this.toolTabStrip3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.toolTabStrip4)).EndInit();
this.toolTabStrip4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.radSplitContainer2)).EndInit();
this.radSplitContainer2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.toolTabStrip5)).EndInit();
this.toolTabStrip5.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.documentTabStrip1)).EndInit();
this.documentTabStrip1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Telerik.WinControls.UI.Docking.RadDock radDock1;
private Telerik.WinControls.UI.Docking.DocumentContainer documentContainer1;
private Telerik.WinControls.UI.Docking.ToolWindow toolWindow3;
private Telerik.WinControls.UI.Docking.ToolTabStrip toolTabStrip5;
private Telerik.WinControls.UI.Docking.ToolWindow toolWindow1;
private Telerik.WinControls.UI.RadSplitContainer radSplitContainer2;
private Telerik.WinControls.UI.Docking.ToolTabStrip toolTabStrip2;
private Telerik.WinControls.UI.Docking.ToolWindow toolWindow2;
private Telerik.WinControls.UI.Docking.DocumentTabStrip documentTabStrip1;
private Telerik.WinControls.UI.Docking.DocumentWindow documentWindow1;
private Telerik.WinControls.UI.Docking.ToolTabStrip toolTabStrip3;
private Telerik.WinControls.UI.Docking.ToolTabStrip toolTabStrip4;
private Telerik.WinControls.UI.Docking.ToolWindow toolWindow4;
private Telerik.WinControls.Themes.VisualStudio2012DarkTheme visualStudio2012DarkTheme1;
}
}

20
JWH/DOCKFORM/DockForm.cs Normal file
View File

@@ -0,0 +1,20 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace JWH.DOCKFORM
{
public partial class DockForm : Form
{
public DockForm()
{
InitializeComponent();
}
}
}

123
JWH/DOCKFORM/DockForm.resx Normal file
View File

@@ -0,0 +1,123 @@
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="visualStudio2012DarkTheme1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
</root>