Ignore:
Timestamp:
Aug 3, 2008, 3:58:05 AM (16 years ago)
Author:
イグトランス (egtra)
Message:

ウィンドウ作成関数を親用のCreateFormと子用のCreateに分離。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/TestCase/UI_Sample/step5_DayTimeCheck.ab

    r561 r575  
    6262
    6363    Sub ButtonTime_Click(sender As Object, e As Args)
    64         TaskMsg(This, "今日の日付", DateTime.Now.GetDateTimeFormats("H:mm:ss"), Nothing, MB_OK)
     64        TaskMsg(This, "現在時刻", DateTime.Now.GetDateTimeFormats("H:mm:ss"), Nothing, MB_OK)
    6565    End Sub
    6666
     
    7171Control.Initialize(GetModuleHandle(0))
    7272Dim f = New DayTimeCheckForm
    73 f.Create()
     73f.CreateForm()
    7474Application.Run(f)
Note: See TracChangeset for help on using the changeset viewer.