OSDN Git Service

amodiからの文字位置情報が二桁以上あると正しく取得できていなかった
[dokopop/dokopop.git] / DCHookTest / MODINotifyDlg.dfm
1 object MODINotifyDialog: TMODINotifyDialog
2   Left = 199
3   Top = 120
4   BorderStyle = bsDialog
5   Caption = 'DokoPop!'
6   ClientHeight = 263
7   ClientWidth = 486
8   Color = clBtnFace
9   Font.Charset = SHIFTJIS_CHARSET
10   Font.Color = clWindowText
11   Font.Height = -12
12   Font.Name = '\82l\82\82o\83S\83V\83b\83N'
13   Font.Style = []
14   OldCreateOrder = False
15   OnCreate = FormCreate
16   PixelsPerInch = 96
17   TextHeight = 12
18   object reMsg: TRichEdit
19     Left = 14
20     Top = 12
21     Width = 458
22     Height = 213
23     TabStop = False
24     Anchors = [akLeft, akTop, akRight, akBottom]
25     ReadOnly = True
26     TabOrder = 0
27   end
28   object btnClose: TButton
29     Left = 206
30     Top = 233
31     Width = 75
32     Height = 25
33     Anchors = [akBottom]
34     Cancel = True
35     Caption = 'Close'
36     ModalResult = 2
37     TabOrder = 1
38   end
39   object tmInstallCheck: TTimer
40     OnTimer = tmInstallCheckTimer
41     Left = 328
42     Top = 232
43   end
44 end