Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/Somali/Forms/ExplorerForm.Designer.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 95 - (show annotations) (download)
Sun Nov 28 06:24:47 2010 UTC (13 years, 5 months ago) by juan
File size: 9859 byte(s)
mod ExplorerForm with able to open dirTree
1 namespace Somali
2 {
3 partial class ExplorerForm
4 {
5 /// <summary>
6 /// 必要なデザイナ変数です。
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// 使用中のリソースをすべてクリーンアップします。
12 /// </summary>
13 /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>
14 protected override void Dispose(bool disposing)
15 {
16 if ( disposing && (components != null) )
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region Windows フォーム デザイナで生成されたコード
24
25 /// <summary>
26 /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
27 /// コード エディタで変更しないでください。
28 /// </summary>
29 private void InitializeComponent()
30 {
31 this.components = new System.ComponentModel.Container();
32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager( typeof( ExplorerForm ) );
33 this.treeExplorer = new System.Windows.Forms.TreeView();
34 this.contextMenuExplorer = new System.Windows.Forms.ContextMenuStrip( this.components );
35 this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
36 this.toolPanelExplorer = new System.Windows.Forms.ToolStripPanel();
37 this.exploreToolStrip = new System.Windows.Forms.ToolStrip();
38 this.refleshToolButton = new System.Windows.Forms.ToolStripButton();
39 this.togglePlusButton = new System.Windows.Forms.ToolStripButton();
40 this.toggleMinusButton = new System.Windows.Forms.ToolStripButton();
41 this.explorerTreeIcons = new System.Windows.Forms.ImageList( this.components );
42 this.contextMenuExplorer.SuspendLayout();
43 this.toolPanelExplorer.SuspendLayout();
44 this.exploreToolStrip.SuspendLayout();
45 this.SuspendLayout();
46 //
47 // treeExplorer
48 //
49 this.treeExplorer.ContextMenuStrip = this.contextMenuExplorer;
50 this.treeExplorer.Dock = System.Windows.Forms.DockStyle.Fill;
51 this.treeExplorer.Font = new System.Drawing.Font( "メイリオ", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)) );
52 this.treeExplorer.ImageIndex = 2;
53 this.treeExplorer.ImageList = this.explorerTreeIcons;
54 this.treeExplorer.Location = new System.Drawing.Point( 0, 25 );
55 this.treeExplorer.Name = "treeExplorer";
56 this.treeExplorer.SelectedImageIndex = 0;
57 this.treeExplorer.Size = new System.Drawing.Size( 276, 374 );
58 this.treeExplorer.TabIndex = 0;
59 this.treeExplorer.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler( this.treeExplorer_NodeMouseDoubleClick );
60 this.treeExplorer.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler( this.treeExplorer_BeforeExpand );
61 //
62 // contextMenuExplorer
63 //
64 this.contextMenuExplorer.Items.AddRange( new System.Windows.Forms.ToolStripItem[] {
65 this.openToolStripMenuItem} );
66 this.contextMenuExplorer.Name = "contextMenuExplorer";
67 this.contextMenuExplorer.Size = new System.Drawing.Size( 107, 26 );
68 //
69 // openToolStripMenuItem
70 //
71 this.openToolStripMenuItem.Name = "openToolStripMenuItem";
72 this.openToolStripMenuItem.Size = new System.Drawing.Size( 106, 22 );
73 this.openToolStripMenuItem.Text = "Open";
74 //
75 // toolPanelExplorer
76 //
77 this.toolPanelExplorer.Controls.Add( this.exploreToolStrip );
78 this.toolPanelExplorer.Dock = System.Windows.Forms.DockStyle.Top;
79 this.toolPanelExplorer.Location = new System.Drawing.Point( 0, 0 );
80 this.toolPanelExplorer.Name = "toolPanelExplorer";
81 this.toolPanelExplorer.Orientation = System.Windows.Forms.Orientation.Horizontal;
82 this.toolPanelExplorer.RowMargin = new System.Windows.Forms.Padding( 3, 0, 0, 0 );
83 this.toolPanelExplorer.Size = new System.Drawing.Size( 276, 25 );
84 //
85 // exploreToolStrip
86 //
87 this.exploreToolStrip.Dock = System.Windows.Forms.DockStyle.None;
88 this.exploreToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
89 this.exploreToolStrip.Items.AddRange( new System.Windows.Forms.ToolStripItem[] {
90 this.refleshToolButton,
91 this.togglePlusButton,
92 this.toggleMinusButton} );
93 this.exploreToolStrip.Location = new System.Drawing.Point( 3, 0 );
94 this.exploreToolStrip.Name = "exploreToolStrip";
95 this.exploreToolStrip.Size = new System.Drawing.Size( 72, 25 );
96 this.exploreToolStrip.TabIndex = 0;
97 //
98 // refleshToolButton
99 //
100 this.refleshToolButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
101 this.refleshToolButton.Image = global::Somali.Properties.Resources.arrow_refresh;
102 this.refleshToolButton.ImageTransparentColor = System.Drawing.Color.Magenta;
103 this.refleshToolButton.Name = "refleshToolButton";
104 this.refleshToolButton.Size = new System.Drawing.Size( 23, 22 );
105 this.refleshToolButton.Text = "Reflesh";
106 //
107 // togglePlusButton
108 //
109 this.togglePlusButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
110 this.togglePlusButton.Image = global::Somali.Properties.Resources.bullet_toggle_plus;
111 this.togglePlusButton.ImageTransparentColor = System.Drawing.Color.Magenta;
112 this.togglePlusButton.Name = "togglePlusButton";
113 this.togglePlusButton.Size = new System.Drawing.Size( 23, 22 );
114 this.togglePlusButton.Text = "折り畳み";
115 //
116 // toggleMinusButton
117 //
118 this.toggleMinusButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
119 this.toggleMinusButton.Image = global::Somali.Properties.Resources.bullet_toggle_minus;
120 this.toggleMinusButton.ImageTransparentColor = System.Drawing.Color.Magenta;
121 this.toggleMinusButton.Name = "toggleMinusButton";
122 this.toggleMinusButton.Size = new System.Drawing.Size( 23, 22 );
123 this.toggleMinusButton.Text = "展開";
124 //
125 // explorerTreeIcons
126 //
127 this.explorerTreeIcons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject( "explorerTreeIcons.ImageStream" )));
128 this.explorerTreeIcons.TransparentColor = System.Drawing.Color.Transparent;
129 this.explorerTreeIcons.Images.SetKeyName( 0, "folder.png" );
130 this.explorerTreeIcons.Images.SetKeyName( 1, "folder_page.png" );
131 this.explorerTreeIcons.Images.SetKeyName( 2, "page_error.png" );
132 this.explorerTreeIcons.Images.SetKeyName( 3, "page_white_text.png" );
133 //
134 // ExplorerForm
135 //
136 this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 12F );
137 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
138 this.ClientSize = new System.Drawing.Size( 276, 399 );
139 this.Controls.Add( this.treeExplorer );
140 this.Controls.Add( this.toolPanelExplorer );
141 this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)(((((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.DockLeft)
142 | WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight)
143 | WeifenLuo.WinFormsUI.Docking.DockAreas.DockTop)
144 | WeifenLuo.WinFormsUI.Docking.DockAreas.DockBottom)));
145 this.Font = new System.Drawing.Font( "MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)) );
146 this.HideOnClose = true;
147 this.Icon = ((System.Drawing.Icon)(resources.GetObject( "$this.Icon" )));
148 this.Name = "ExplorerForm";
149 this.Text = "SolutionExplorer";
150 this.contextMenuExplorer.ResumeLayout( false );
151 this.toolPanelExplorer.ResumeLayout( false );
152 this.toolPanelExplorer.PerformLayout();
153 this.exploreToolStrip.ResumeLayout( false );
154 this.exploreToolStrip.PerformLayout();
155 this.ResumeLayout( false );
156 this.PerformLayout();
157
158 }
159
160 #endregion
161
162 private System.Windows.Forms.TreeView treeExplorer;
163 private System.Windows.Forms.ContextMenuStrip contextMenuExplorer;
164 private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
165 private System.Windows.Forms.ToolStripPanel toolPanelExplorer;
166 private System.Windows.Forms.ToolStrip exploreToolStrip;
167 private System.Windows.Forms.ToolStripButton refleshToolButton;
168 private System.Windows.Forms.ToolStripButton togglePlusButton;
169 private System.Windows.Forms.ToolStripButton toggleMinusButton;
170 private System.Windows.Forms.ImageList explorerTreeIcons;
171 }
172 }

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26