OSDN Git Service

・板一覧更新の処理メッセージを追加
[gikonavigoeson/gikonavi.git] / RegExpTester.dfm
1 object RegExpTest: TRegExpTest
2   Left = 192
3   Top = 133
4   BorderIcons = [biSystemMenu]
5   BorderStyle = bsDialog
6   Caption = #27491#35215#34920#29694#12486#12473#12488
7   ClientHeight = 112
8   ClientWidth = 666
9   Color = clBtnFace
10   Font.Charset = SHIFTJIS_CHARSET
11   Font.Color = clWindowText
12   Font.Height = -12
13   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
14   Font.Style = []
15   OldCreateOrder = False
16   OnCreate = FormCreate
17   OnShow = FormShow
18   PixelsPerInch = 96
19   TextHeight = 12
20   object Label1: TLabel
21     Left = 16
22     Top = 20
23     Width = 60
24     Height = 12
25     Caption = #23550#35937#25991#23383#21015
26   end
27   object Label2: TLabel
28     Left = 16
29     Top = 44
30     Width = 48
31     Height = 12
32     Caption = #27491#35215#34920#29694
33   end
34   object TargetEdit: TEdit
35     Left = 88
36     Top = 16
37     Width = 561
38     Height = 20
39     TabOrder = 0
40   end
41   object RegExpEdit: TEdit
42     Left = 88
43     Top = 40
44     Width = 561
45     Height = 20
46     TabOrder = 1
47   end
48   object TestButton: TButton
49     Left = 288
50     Top = 72
51     Width = 75
52     Height = 25
53     Caption = #12486#12473#12488
54     TabOrder = 2
55     OnClick = TestButtonClick
56   end
57   object CloseButton: TButton
58     Left = 576
59     Top = 72
60     Width = 75
61     Height = 25
62     Caption = #38281#12376#12427
63     ModalResult = 2
64     TabOrder = 3
65   end
66 end