OSDN Git Service

・スレタイの特定ワードを非表示にする機能に「©bbspink.com」も追加
[gikonavigoeson/gikonavi.git] / ThreadNGEdt.dfm
1 object ThreadNGEdit: TThreadNGEdit
2   Left = 192
3   Top = 133
4   Width = 360
5   Height = 543
6   BorderIcons = [biSystemMenu, biMaximize]
7   Caption = #12473#12524#12479#12452'NG'#12527#12540#12489#32232#38598
8   Color = clBtnFace
9   Constraints.MinHeight = 300
10   Constraints.MinWidth = 360
11   Font.Charset = SHIFTJIS_CHARSET
12   Font.Color = clWindowText
13   Font.Height = -12
14   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
15   Font.Style = []
16   OldCreateOrder = False
17   OnCreate = FormCreate
18   OnShow = FormShow
19   PixelsPerInch = 96
20   TextHeight = 12
21   object Panel1: TPanel
22     Left = 0
23     Top = 0
24     Width = 344
25     Height = 65
26     Align = alTop
27     BevelOuter = bvNone
28     TabOrder = 0
29     object EdtNgWord: TEdit
30       Left = 8
31       Top = 8
32       Width = 329
33       Height = 20
34       TabOrder = 0
35     end
36     object BtnAdd: TButton
37       Left = 32
38       Top = 32
39       Width = 75
40       Height = 25
41       Caption = #36861#21152'(&A)'
42       TabOrder = 1
43       OnClick = BtnAddClick
44     end
45     object BtnUpd: TButton
46       Left = 136
47       Top = 32
48       Width = 75
49       Height = 25
50       Caption = #26356#26032'(&U)'
51       TabOrder = 2
52       OnClick = BtnUpdClick
53     end
54     object BtnDel: TButton
55       Left = 240
56       Top = 32
57       Width = 75
58       Height = 25
59       Caption = #21066#38500'(&D)'
60       TabOrder = 3
61       OnClick = BtnDelClick
62     end
63   end
64   object LstNgWord: TListBox
65     Left = 0
66     Top = 65
67     Width = 344
68     Height = 399
69     Align = alClient
70     ItemHeight = 12
71     TabOrder = 1
72     OnClick = LstNgWordClick
73   end
74   object Panel2: TPanel
75     Left = 0
76     Top = 464
77     Width = 344
78     Height = 41
79     Align = alBottom
80     BevelOuter = bvNone
81     TabOrder = 2
82     object BtnOk: TButton
83       Left = 80
84       Top = 8
85       Width = 75
86       Height = 25
87       Caption = 'OK'
88       TabOrder = 0
89       OnClick = BtnOkClick
90     end
91     object BtnCancel: TButton
92       Left = 184
93       Top = 8
94       Width = 75
95       Height = 25
96       Cancel = True
97       Caption = #12461#12515#12531#12475#12523
98       ModalResult = 2
99       TabOrder = 1
100     end
101   end
102 end