OSDN Git Service

・スレタイの特定ワードを非表示にする機能に「©bbspink.com」も追加
[gikonavigoeson/gikonavi.git] / Splash.dfm
1 object SplashWindow: TSplashWindow
2   Left = 200
3   Top = 234
4   HorzScrollBar.Visible = False
5   VertScrollBar.Visible = False
6   BorderStyle = bsNone
7   ClientHeight = 170
8   ClientWidth = 300
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   Position = poScreenCenter
17   OnCreate = FormCreate
18   OnDeactivate = FormDeactivate
19   PixelsPerInch = 96
20   TextHeight = 12
21   object SplashImage: TImage
22     Left = 0
23     Top = 0
24     Width = 300
25     Height = 130
26     Align = alClient
27   end
28   object ProgressPanel: TPanel
29     Left = 0
30     Top = 130
31     Width = 300
32     Height = 40
33     Align = alBottom
34     BevelOuter = bvNone
35     TabOrder = 0
36     DesignSize = (
37       300
38       40)
39     object VersionLabel: TLabel
40       Left = 51
41       Top = 4
42       Width = 198
43       Height = 13
44       Alignment = taCenter
45       Anchors = [akLeft, akTop, akRight]
46       AutoSize = False
47       Caption = 'Version No'
48       Font.Charset = SHIFTJIS_CHARSET
49       Font.Color = clNavy
50       Font.Height = -13
51       Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
52       Font.Style = [fsBold]
53       ParentFont = False
54     end
55     object ProgressBar: TProgressBar
56       Left = 12
57       Top = 20
58       Width = 275
59       Height = 16
60       Anchors = [akLeft, akTop, akRight]
61       Min = 0
62       Max = 100
63       Smooth = True
64       Step = 1
65       TabOrder = 0
66     end
67   end
68 end