Skip to content

Commit

Permalink
1.7.3.3
Browse files Browse the repository at this point in the history
Display the number of target files.
  • Loading branch information
fukuyori committed Jan 26, 2017
1 parent 57b345f commit e182d8a
Show file tree
Hide file tree
Showing 8 changed files with 184 additions and 113 deletions.
Binary file modified .vs/ExcelPass/v14/.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion ExcelPass/ExcelPass.csproj
Expand Up @@ -26,7 +26,7 @@
<MapFileExtensions>true</MapFileExtensions>
<ProductName>ExcelPass</ProductName>
<PublisherName>Sanda Systems</PublisherName>
<ApplicationRevision>2</ApplicationRevision>
<ApplicationRevision>3</ApplicationRevision>
<ApplicationVersion>1.7.3.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down
58 changes: 37 additions & 21 deletions ExcelPass/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ExcelPass/Form1.cs
Expand Up @@ -330,6 +330,7 @@ public partial class Form1 : Form {
dataGridView1.Rows[0].Cells[3].Style.ForeColor = Color.Black;
}
label2.Text = "";
label6.Text = dataGridView1.Rows.Count.ToString();
}

// ドラッグドロップ時にカーソルの形状を変更
Expand Down

0 comments on commit e182d8a

Please sign in to comment.