| 1 |
yamat0jp |
2 |
object Form1: TForm1 |
| 2 |
|
|
Left = 0 |
| 3 |
|
|
Top = 0 |
| 4 |
|
|
Caption = 'vobslideshow' |
| 5 |
|
|
ClientHeight = 578 |
| 6 |
|
|
ClientWidth = 824 |
| 7 |
|
|
Visible = True |
| 8 |
|
|
FormFactor.Width = 320 |
| 9 |
|
|
FormFactor.Height = 480 |
| 10 |
|
|
FormFactor.Devices = [Desktop] |
| 11 |
|
|
OnCreate = FormCreate |
| 12 |
|
|
DesignerMasterStyle = 0 |
| 13 |
|
|
object Timer1: TTimer |
| 14 |
|
|
Left = 72 |
| 15 |
|
|
Top = 192 |
| 16 |
|
|
end |
| 17 |
|
|
object MainMenu1: TMainMenu |
| 18 |
|
|
Left = 152 |
| 19 |
|
|
Top = 136 |
| 20 |
|
|
object MenuItem1: TMenuItem |
| 21 |
|
|
Text = 'File' |
| 22 |
|
|
object MenuItem14: TMenuItem |
| 23 |
|
|
Locked = True |
| 24 |
|
|
Text = 'New' |
| 25 |
|
|
OnClick = MenuItem14Click |
| 26 |
|
|
end |
| 27 |
|
|
object MenuItem2: TMenuItem |
| 28 |
|
|
Locked = True |
| 29 |
|
|
Text = 'Open' |
| 30 |
|
|
OnClick = Button1Click |
| 31 |
|
|
end |
| 32 |
|
|
object MenuItem11: TMenuItem |
| 33 |
|
|
Locked = True |
| 34 |
|
|
Text = 'Delete' |
| 35 |
|
|
OnClick = Button3Click |
| 36 |
|
|
end |
| 37 |
|
|
object MenuItem4: TMenuItem |
| 38 |
|
|
Locked = True |
| 39 |
|
|
Text = '-' |
| 40 |
|
|
end |
| 41 |
|
|
object MenuItem5: TMenuItem |
| 42 |
|
|
Locked = True |
| 43 |
|
|
Text = 'Exit' |
| 44 |
|
|
OnClick = MenuItem5Click |
| 45 |
|
|
end |
| 46 |
|
|
end |
| 47 |
|
|
object MenuItem3: TMenuItem |
| 48 |
|
|
Text = 'Operation' |
| 49 |
|
|
OnClick = MenuItem3Click |
| 50 |
|
|
object MenuItem6: TMenuItem |
| 51 |
|
|
Locked = True |
| 52 |
|
|
Text = 'Test' |
| 53 |
|
|
OnClick = Button2Click |
| 54 |
|
|
end |
| 55 |
|
|
object MenuItem13: TMenuItem |
| 56 |
|
|
Locked = True |
| 57 |
|
|
RadioItem = True |
| 58 |
|
|
Text = 'Ready' |
| 59 |
|
|
OnClick = MenuItem13Click |
| 60 |
|
|
end |
| 61 |
|
|
end |
| 62 |
|
|
object MenuItem7: TMenuItem |
| 63 |
|
|
Text = 'Setting' |
| 64 |
|
|
object MenuItem8: TMenuItem |
| 65 |
|
|
Locked = True |
| 66 |
|
|
Text = 'Effects' |
| 67 |
|
|
OnClick = MenuItem8Click |
| 68 |
|
|
end |
| 69 |
|
|
object MenuItem12: TMenuItem |
| 70 |
|
|
Locked = True |
| 71 |
|
|
Text = 'Sound' |
| 72 |
|
|
OnClick = MenuItem12Click |
| 73 |
|
|
end |
| 74 |
|
|
end |
| 75 |
|
|
object MenuItem9: TMenuItem |
| 76 |
|
|
Text = 'Help' |
| 77 |
|
|
object MenuItem10: TMenuItem |
| 78 |
|
|
Locked = True |
| 79 |
|
|
Text = 'About' |
| 80 |
|
|
end |
| 81 |
|
|
end |
| 82 |
|
|
end |
| 83 |
|
|
object OpenDialog1: TOpenDialog |
| 84 |
|
|
Filter = #30011#20687#12501#12449#12452#12523'(*.jpg;*.jpeg;*.bmp;*png)|*.jpg;*.jpeg;*.bmp;*.png' |
| 85 |
|
|
Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing] |
| 86 |
|
|
Left = 176 |
| 87 |
|
|
Top = 264 |
| 88 |
|
|
end |
| 89 |
|
|
object FloatAnimation1: TFloatAnimation |
| 90 |
|
|
Duration = 2.500000000000000000 |
| 91 |
|
|
Interpolation = Exponential |
| 92 |
|
|
OnFinish = FloatAnimation1Finish |
| 93 |
|
|
PropertyName = 'Progress' |
| 94 |
|
|
StartValue = 0.000000000000000000 |
| 95 |
|
|
StopValue = 100.000000000000000000 |
| 96 |
|
|
end |
| 97 |
|
|
object MediaPlayer1: TMediaPlayer |
| 98 |
|
|
Left = 248 |
| 99 |
|
|
Top = 192 |
| 100 |
|
|
end |
| 101 |
|
|
object Panel1: TPanel |
| 102 |
|
|
Align = Contents |
| 103 |
|
|
Size.Width = 824.000000000000000000 |
| 104 |
|
|
Size.Height = 578.000000000000000000 |
| 105 |
|
|
Size.PlatformDefault = False |
| 106 |
|
|
TabOrder = 33 |
| 107 |
|
|
object Panel2: TPanel |
| 108 |
|
|
Align = Bottom |
| 109 |
|
|
Position.Y = 408.000000000000000000 |
| 110 |
|
|
Size.Width = 824.000000000000000000 |
| 111 |
|
|
Size.Height = 170.000000000000000000 |
| 112 |
|
|
Size.PlatformDefault = False |
| 113 |
|
|
TabOrder = 0 |
| 114 |
|
|
object Button1: TButton |
| 115 |
|
|
Position.X = 96.000000000000000000 |
| 116 |
|
|
Position.Y = 52.000000000000000000 |
| 117 |
|
|
Size.Width = 80.000000000000000000 |
| 118 |
|
|
Size.Height = 22.000000000000000000 |
| 119 |
|
|
Size.PlatformDefault = False |
| 120 |
|
|
TabOrder = 0 |
| 121 |
|
|
Text = #38283#12367 |
| 122 |
|
|
OnClick = Button1Click |
| 123 |
|
|
end |
| 124 |
|
|
object Button2: TButton |
| 125 |
|
|
Anchors = [akTop, akRight] |
| 126 |
|
|
Position.X = 504.000000000000000000 |
| 127 |
|
|
Position.Y = 52.000000000000000000 |
| 128 |
|
|
TabOrder = 1 |
| 129 |
|
|
Text = #23455#34892 |
| 130 |
|
|
OnClick = Button2Click |
| 131 |
|
|
end |
| 132 |
|
|
object Button3: TButton |
| 133 |
|
|
Position.X = 96.000000000000000000 |
| 134 |
|
|
Position.Y = 92.000000000000000000 |
| 135 |
|
|
TabOrder = 2 |
| 136 |
|
|
Text = #21066#38500 |
| 137 |
|
|
OnClick = Button3Click |
| 138 |
|
|
end |
| 139 |
|
|
object ComboBox1: TComboBox |
| 140 |
|
|
Anchors = [akTop, akRight] |
| 141 |
|
|
Position.X = 472.000000000000000000 |
| 142 |
|
|
Position.Y = 92.000000000000000000 |
| 143 |
|
|
Size.Width = 148.000000000000000000 |
| 144 |
|
|
Size.Height = 22.000000000000000000 |
| 145 |
|
|
Size.PlatformDefault = False |
| 146 |
|
|
TabOrder = 3 |
| 147 |
|
|
end |
| 148 |
|
|
object Label1: TLabel |
| 149 |
|
|
Position.X = 248.000000000000000000 |
| 150 |
|
|
Position.Y = 33.000000000000000000 |
| 151 |
|
|
Text = #34920#31034#38291#38548 |
| 152 |
|
|
end |
| 153 |
|
|
object Label2: TLabel |
| 154 |
|
|
Position.X = 248.000000000000000000 |
| 155 |
|
|
Position.Y = 81.000000000000000000 |
| 156 |
|
|
Text = 'Minimam' |
| 157 |
|
|
Visible = False |
| 158 |
|
|
end |
| 159 |
|
|
object Label3: TLabel |
| 160 |
|
|
Position.X = 616.000000000000000000 |
| 161 |
|
|
Position.Y = 25.000000000000000000 |
| 162 |
|
|
Size.Width = 201.000000000000000000 |
| 163 |
|
|
Size.Height = 17.000000000000000000 |
| 164 |
|
|
Size.PlatformDefault = False |
| 165 |
|
|
Text = #38899#22768#12501#12449#12452#12523#65306#12394#12375 |
| 166 |
|
|
end |
| 167 |
|
|
object SpinBox1: TSpinBox |
| 168 |
|
|
Touch.InteractiveGestures = [LongTap, DoubleTap] |
| 169 |
|
|
TabOrder = 7 |
| 170 |
|
|
Cursor = crIBeam |
| 171 |
|
|
Min = 2.500000000000000000 |
| 172 |
|
|
Max = 20.000000000000000000 |
| 173 |
|
|
Value = 2.500000000000000000 |
| 174 |
|
|
ValueType = Float |
| 175 |
|
|
Increment = 0.500000000000000000 |
| 176 |
|
|
Position.X = 240.000000000000000000 |
| 177 |
|
|
Position.Y = 60.000000000000000000 |
| 178 |
|
|
OnChange = SpinBox1Change |
| 179 |
|
|
end |
| 180 |
|
|
end |
| 181 |
|
|
object Panel3: TPanel |
| 182 |
|
|
Align = Client |
| 183 |
|
|
Size.Width = 488.927551269531300000 |
| 184 |
|
|
Size.Height = 408.000000000000000000 |
| 185 |
|
|
Size.PlatformDefault = False |
| 186 |
|
|
TabOrder = 1 |
| 187 |
|
|
object Image1: TImage |
| 188 |
|
|
MultiResBitmap = < |
| 189 |
|
|
item |
| 190 |
|
|
end> |
| 191 |
|
|
Align = Scale |
| 192 |
|
|
Position.X = 55.000000000000000000 |
| 193 |
|
|
Position.Y = 55.000000000000000000 |
| 194 |
|
|
Size.Width = 378.000000000000000000 |
| 195 |
|
|
Size.Height = 298.000000000000000000 |
| 196 |
|
|
Size.PlatformDefault = False |
| 197 |
|
|
WrapMode = Stretch |
| 198 |
|
|
object BandedSwirlTransitionEffect1: TBandedSwirlTransitionEffect |
| 199 |
|
|
Enabled = False |
| 200 |
|
|
Progress = 0.000000000000000000 |
| 201 |
|
|
Strength = 1.000000000000000000 |
| 202 |
|
|
Frequency = 20.000000000000000000 |
| 203 |
|
|
end |
| 204 |
|
|
object BlindTransitionEffect1: TBlindTransitionEffect |
| 205 |
|
|
Enabled = False |
| 206 |
|
|
Progress = 0.000000000000000000 |
| 207 |
|
|
NumberOfBlinds = 5.000000000000000000 |
| 208 |
|
|
end |
| 209 |
|
|
object BlurTransitionEffect1: TBlurTransitionEffect |
| 210 |
|
|
Enabled = False |
| 211 |
|
|
Progress = 0.000000000000000000 |
| 212 |
|
|
end |
| 213 |
|
|
object BrightTransitionEffect1: TBrightTransitionEffect |
| 214 |
|
|
Enabled = False |
| 215 |
|
|
Progress = 0.000000000000000000 |
| 216 |
|
|
end |
| 217 |
|
|
object CircleTransitionEffect1: TCircleTransitionEffect |
| 218 |
|
|
Enabled = False |
| 219 |
|
|
Progress = 0.000000000000000000 |
| 220 |
|
|
FuzzyAmount = 0.100000001490116100 |
| 221 |
|
|
CircleSize = 1.000000000000000000 |
| 222 |
|
|
end |
| 223 |
|
|
object CrumpleTransitionEffect1: TCrumpleTransitionEffect |
| 224 |
|
|
Enabled = False |
| 225 |
|
|
Progress = 0.000000000000000000 |
| 226 |
|
|
RandomSeed = 0.300000011920929000 |
| 227 |
|
|
end |
| 228 |
|
|
object DissolveTransitionEffect1: TDissolveTransitionEffect |
| 229 |
|
|
Enabled = False |
| 230 |
|
|
Progress = 0.000000000000000000 |
| 231 |
|
|
RandomSeed = 0.300000011920929000 |
| 232 |
|
|
end |
| 233 |
|
|
object DropTransitionEffect1: TDropTransitionEffect |
| 234 |
|
|
Enabled = False |
| 235 |
|
|
Progress = 0.000000000000000000 |
| 236 |
|
|
RandomSeed = 0.300000011920929000 |
| 237 |
|
|
end |
| 238 |
|
|
object FadeTransitionEffect1: TFadeTransitionEffect |
| 239 |
|
|
Enabled = False |
| 240 |
|
|
Progress = 0.000000000000000000 |
| 241 |
|
|
end |
| 242 |
|
|
object LineTransitionEffect1: TLineTransitionEffect |
| 243 |
|
|
Enabled = False |
| 244 |
|
|
Progress = 0.000000000000000000 |
| 245 |
|
|
FuzzyAmount = 0.100000001490116100 |
| 246 |
|
|
end |
| 247 |
|
|
object MagnifyTransitionEffect1: TMagnifyTransitionEffect |
| 248 |
|
|
Enabled = False |
| 249 |
|
|
Progress = 0.000000000000000000 |
| 250 |
|
|
end |
| 251 |
|
|
object PixelateTransitionEffect1: TPixelateTransitionEffect |
| 252 |
|
|
Enabled = False |
| 253 |
|
|
Progress = 0.000000000000000000 |
| 254 |
|
|
end |
| 255 |
|
|
object RippleTransitionEffect1: TRippleTransitionEffect |
| 256 |
|
|
Enabled = False |
| 257 |
|
|
Progress = 0.000000000000000000 |
| 258 |
|
|
end |
| 259 |
|
|
object RotateCrumpleTransitionEffect1: TRotateCrumpleTransitionEffect |
| 260 |
|
|
Enabled = False |
| 261 |
|
|
Progress = 0.000000000000000000 |
| 262 |
|
|
RandomSeed = 0.300000011920929000 |
| 263 |
|
|
end |
| 264 |
|
|
object SaturateTransitionEffect1: TSaturateTransitionEffect |
| 265 |
|
|
Enabled = False |
| 266 |
|
|
Progress = 0.000000000000000000 |
| 267 |
|
|
end |
| 268 |
|
|
object ShapeTransitionEffect1: TShapeTransitionEffect |
| 269 |
|
|
Enabled = False |
| 270 |
|
|
Progress = 0.000000000000000000 |
| 271 |
|
|
RandomSeed = 0.300000011920929000 |
| 272 |
|
|
end |
| 273 |
|
|
object SlideTransitionEffect1: TSlideTransitionEffect |
| 274 |
|
|
Enabled = False |
| 275 |
|
|
Progress = 0.000000000000000000 |
| 276 |
|
|
end |
| 277 |
|
|
object SwirlTransitionEffect1: TSwirlTransitionEffect |
| 278 |
|
|
Enabled = False |
| 279 |
|
|
Progress = 0.000000000000000000 |
| 280 |
|
|
Strength = 1.000000000000000000 |
| 281 |
|
|
end |
| 282 |
|
|
object WaterTransitionEffect1: TWaterTransitionEffect |
| 283 |
|
|
Enabled = False |
| 284 |
|
|
Progress = 0.000000000000000000 |
| 285 |
|
|
RandomSeed = 0.300000011920929000 |
| 286 |
|
|
end |
| 287 |
|
|
object WaveTransitionEffect1: TWaveTransitionEffect |
| 288 |
|
|
Enabled = False |
| 289 |
|
|
Progress = 0.000000000000000000 |
| 290 |
|
|
end |
| 291 |
|
|
object WiggleTransitionEffect1: TWiggleTransitionEffect |
| 292 |
|
|
Enabled = False |
| 293 |
|
|
Progress = 0.000000000000000000 |
| 294 |
|
|
RandomSeed = 0.300000011920929000 |
| 295 |
|
|
end |
| 296 |
|
|
end |
| 297 |
|
|
end |
| 298 |
|
|
object ListView1: TListView |
| 299 |
|
|
ItemAppearanceClassName = 'TImageListItemAppearance' |
| 300 |
|
|
ItemEditAppearanceClassName = 'TImageListItemShowCheck' |
| 301 |
|
|
HeaderAppearanceClassName = 'TListHeaderObjects' |
| 302 |
|
|
FooterAppearanceClassName = 'TListHeaderObjects' |
| 303 |
|
|
EditMode = True |
| 304 |
|
|
Align = Left |
| 305 |
|
|
Size.Width = 335.072448730468700000 |
| 306 |
|
|
Size.Height = 408.000000000000000000 |
| 307 |
|
|
Size.PlatformDefault = False |
| 308 |
|
|
TabOrder = 2 |
| 309 |
|
|
ItemAppearanceObjects.ItemEditObjects.GlyphButton.ClickOnSelect = False |
| 310 |
|
|
OnDblClick = ListView1DblClick |
| 311 |
|
|
OnChange = ListView1Change |
| 312 |
|
|
SearchVisible = True |
| 313 |
|
|
end |
| 314 |
|
|
object BlurEffect1: TBlurEffect |
| 315 |
|
|
Softness = 0.300000011920929000 |
| 316 |
|
|
Enabled = False |
| 317 |
|
|
end |
| 318 |
|
|
end |
| 319 |
|
|
end |