Skip to content

Commit

Permalink
Indexextract 3.0...2
Browse files Browse the repository at this point in the history
- New UI(smaller)
  • Loading branch information
dhkim0800 committed Apr 23, 2017
1 parent 13bcfc7 commit af88f8e
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 39 deletions.
88 changes: 51 additions & 37 deletions indexextract/Form1.Designer.vb

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

4 changes: 4 additions & 0 deletions indexextract/Form1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@

Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click
Label1.Text = "After finish:"
Label12.Text = "Lang : ⓘ"
CheckBox2.Text = "beep"

Label4.Text = "Change language"
Expand All @@ -186,6 +187,7 @@
My.Computer.FileSystem.WriteAllText("c:\indexextract\lang.set", "lang=EN_US", False)
'툴팁 설정
infott.SetToolTip(Button2, "100% free!! Use it right now!")
infott.SetToolTip(Label12, "Only supported in some countries.")
'상태 표시 설정
Label9.Text = "Critical
(No file)"
Expand All @@ -200,6 +202,7 @@

Private Sub Button4_Click(sender As Object, e As EventArgs) Handles Button4.Click
Label1.Text = "작업 완료후:"
Label12.Text = "언어 : ⓘ"
CheckBox2.Text = "알림음 재생"

Label4.Text = "언어 변경"
Expand All @@ -217,6 +220,7 @@
My.Computer.FileSystem.WriteAllText("c:\indexextract\lang.set", "lang=KO_KR", False)
'툴팁 설정
infott.SetToolTip(Button2, "100% 무료입니다!! 지금 바로 추출해보세요!")
infott.SetToolTip(Label12, "한국 윈도우 사용자에게만 지원되는 기능입니다.")
'상태 표시 설정
Label9.Text = "오류
(파일 없음)"
Expand Down
4 changes: 2 additions & 2 deletions uc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<project>indexextract</project>
<dev>Index Extractor 3.0...1</dev>
<rel>Index Extractor 2.4</rel>
<dl>https://github.com/dhkim0800/indexextract/releases/latest</dl>
<rl>taskkill</rl>
<dl>https://github.com/dhkim0800/indexextract/releases/tag/3.0b2</dl>
<rl>https://github.com/dhkim0800/indexextract/releases/latest</rl>
</update>

0 comments on commit af88f8e

Please sign in to comment.