OSDN Git Service

・スレタイの特定ワードを非表示にする機能に「©bbspink.com」も追加
[gikonavigoeson/gikonavi.git] / RoundName.dfm
1 object RoundNameDialog: TRoundNameDialog
2   Left = 303
3   Top = 210
4   BorderStyle = bsDialog
5   Caption = #24033#22238#21517#25351#23450
6   ClientHeight = 104
7   ClientWidth = 292
8   Color = clBtnFace
9   Font.Charset = SHIFTJIS_CHARSET
10   Font.Color = clWindowText
11   Font.Height = -12
12   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
13   Font.Style = []
14   FormStyle = fsStayOnTop
15   OldCreateOrder = False
16   OnCloseQuery = FormCloseQuery
17   OnCreate = FormCreate
18   PixelsPerInch = 96
19   TextHeight = 12
20   object TitleLabel: TLabel
21     Left = 8
22     Top = 12
23     Width = 108
24     Height = 12
25     Caption = #24033#22238#12398#26032#12375#12356#21517#21069'(&N)'
26   end
27   object OkButton: TButton
28     Left = 132
29     Top = 76
30     Width = 75
31     Height = 25
32     Caption = 'OK'
33     Default = True
34     ModalResult = 1
35     TabOrder = 1
36     OnClick = OkButtonClick
37   end
38   object CancelButton: TButton
39     Left = 212
40     Top = 76
41     Width = 75
42     Height = 25
43     Cancel = True
44     Caption = #12461#12515#12531#12475#12523
45     ModalResult = 2
46     TabOrder = 2
47     OnClick = CancelButtonClick
48   end
49   object RoundNameEdit: TEdit
50     Left = 20
51     Top = 32
52     Width = 261
53     Height = 20
54     MaxLength = 255
55     TabOrder = 0
56   end
57 end