OSDN Git Service

・板一覧更新の処理メッセージを追加
[gikonavigoeson/gikonavi.git] / AbonInfoSet.dfm
1 object AbonInfoEdit: TAbonInfoEdit
2   Left = 192
3   Top = 133
4   BorderIcons = [biSystemMenu]
5   BorderStyle = bsDialog
6   Caption = 'NG'#12527#12540#12489#35373#23450
7   ClientHeight = 350
8   ClientWidth = 439
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   OnDestroy = FormDestroy
18   OnShow = FormShow
19   PixelsPerInch = 96
20   TextHeight = 12
21   object AbonTypeRadio: TRadioGroup
22     Left = 16
23     Top = 8
24     Width = 313
25     Height = 49
26     Caption = #12354#12412#12540#12435#31278#21029
27     Columns = 2
28     Items.Strings = (
29       #36890#24120#12354#12412#12540#12435
30       #36879#26126#12354#12412#12540#12435)
31     TabOrder = 0
32   end
33   object CompTypeRadio: TRadioGroup
34     Left = 16
35     Top = 64
36     Width = 313
37     Height = 49
38     Caption = #27604#36611#31278#21029
39     Columns = 2
40     Items.Strings = (
41       #36890#24120#27604#36611
42       #27491#35215#34920#29694)
43     TabOrder = 1
44   end
45   object GroupBox1: TGroupBox
46     Left = 16
47     Top = 120
48     Width = 409
49     Height = 177
50     Caption = #12354#12412#12540#12435#23550#35937
51     TabOrder = 2
52     object AllRadio: TRadioButton
53       Left = 9
54       Top = 20
55       Width = 113
56       Height = 17
57       Caption = #20840#12473#12524#23550#35937
58       TabOrder = 0
59       OnClick = TargetRadioClick
60     end
61     object ThreadRadio: TRadioButton
62       Left = 9
63       Top = 42
64       Width = 113
65       Height = 17
66       Caption = #12473#12524#25351#23450
67       TabOrder = 1
68       OnClick = TargetRadioClick
69     end
70     object BoardRadio: TRadioButton
71       Left = 9
72       Top = 106
73       Width = 113
74       Height = 17
75       Caption = #26495#25351#23450
76       TabOrder = 2
77       OnClick = TargetRadioClick
78     end
79     object ThrNameEdit: TEdit
80       Left = 24
81       Top = 60
82       Width = 334
83       Height = 20
84       Color = clBtnFace
85       ReadOnly = True
86       TabOrder = 3
87     end
88     object ThrIDEdit: TEdit
89       Left = 24
90       Top = 80
91       Width = 334
92       Height = 20
93       Color = clBtnFace
94       ReadOnly = True
95       TabOrder = 4
96     end
97     object BrdNameEdit: TEdit
98       Left = 24
99       Top = 124
100       Width = 334
101       Height = 20
102       Color = clBtnFace
103       ReadOnly = True
104       TabOrder = 6
105     end
106     object BrdIDEdit: TEdit
107       Left = 24
108       Top = 144
109       Width = 334
110       Height = 20
111       Color = clBtnFace
112       ReadOnly = True
113       TabOrder = 7
114     end
115     object ThrSelButton: TButton
116       Left = 360
117       Top = 60
118       Width = 40
119       Height = 25
120       Caption = #36984#25246
121       TabOrder = 5
122       OnClick = ThrSelButtonClick
123     end
124     object BrdSelButton: TButton
125       Left = 360
126       Top = 124
127       Width = 40
128       Height = 25
129       Caption = #36984#25246
130       TabOrder = 8
131       OnClick = BrdSelButtonClick
132     end
133   end
134   object OkButton: TButton
135     Left = 128
136     Top = 312
137     Width = 75
138     Height = 25
139     Caption = 'OK'
140     TabOrder = 3
141     OnClick = OkButtonClick
142   end
143   object CancelButton: TButton
144     Left = 240
145     Top = 312
146     Width = 75
147     Height = 25
148     Cancel = True
149     Caption = #12461#12515#12531#12475#12523
150     ModalResult = 2
151     TabOrder = 4
152   end
153 end