Changeset 31588 for lang/csharp/soyText
- Timestamp:
- 03/27/09 00:15:34 (4 years ago)
- Location:
- lang/csharp/soyText/soyText
- Files:
-
- 1 added
- 6 modified
-
Form1.Designer.cs (modified) (1 diff)
-
Form1.cs (modified) (1 diff)
-
Form1.resx (modified) (1 diff)
-
ParsedDocument.cs (added)
-
bin/Debug/soyText.exe (modified) (previous)
-
bin/Debug/soyText.pdb (modified) (previous)
-
soyText.csproj (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/csharp/soyText/soyText/Form1.Designer.cs
r31475 r31588 201 201 // 202 202 this.アーカイブAToolStripMenuItem.Name = "アーカイブAToolStripMenuItem"; 203 this.アーカイブAToolStripMenuItem.Size = new System.Drawing.Size(1 52, 22);203 this.アーカイブAToolStripMenuItem.Size = new System.Drawing.Size(148, 22); 204 204 this.アーカイブAToolStripMenuItem.Text = "アーカイブ(&A)"; 205 205 this.アーカイブAToolStripMenuItem.Click += new System.EventHandler(this.アーカイブAToolStripMenuItem_Click); -
lang/csharp/soyText/soyText/Form1.cs
r31517 r31588 154 154 if (e.KeyCode.Equals(Keys.F11)) 155 155 { 156 /*var f = Mkdir.openStream("c:/bin/storage/あ/い/う.txt");157 f.Close();158 var f2 = Mkdir.openStream("c:/bin/storage/い.txt");159 f2.Close();*/160 156 new Thread(delegate() 161 157 { 162 158 workspace.indexer.make(curDoc); 163 159 }).Start(); 160 } 161 if (e.KeyCode.Equals(Keys.F9)) 162 { 163 Text= new ParsedDocument(curDoc).values["title"]; 164 164 } 165 165 } -
lang/csharp/soyText/soyText/Form1.resx
r31475 r31588 121 121 <value>101, 17</value> 122 122 </metadata> 123 <metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">124 <value>101, 17</value>125 </metadata>126 123 <metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 127 124 <value>17, 17</value> -
lang/csharp/soyText/soyText/soyText.csproj
r31432 r31588 60 60 <Compile Include="Indexer.cs" /> 61 61 <Compile Include="Mkdir.cs" /> 62 <Compile Include="ParsedDocument.cs" /> 62 63 <Compile Include="Program.cs" /> 63 64 <Compile Include="Properties\AssemblyInfo.cs" />
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)