object Form1: TForm1 Left = 228 Top = 65 Width = 265 Height = 519 Caption = 'cloudphobia Settings' Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = #65325#65331' '#65328#12468#12471#12483#12463 Font.Style = [] OldCreateOrder = False Position = poDesktopCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 12 object GroupBox1: TGroupBox Left = 40 Top = 80 Width = 177 Height = 41 Caption = 'Screen Mode' TabOrder = 0 object RadioButton1: TRadioButton Left = 8 Top = 16 Width = 89 Height = 17 Caption = 'FullScreen' TabOrder = 0 OnClick = RadioButton1Click end object RadioButton2: TRadioButton Left = 96 Top = 16 Width = 65 Height = 17 Caption = 'Window' TabOrder = 1 OnClick = RadioButton2Click end end object GroupBox2: TGroupBox Left = 40 Top = 136 Width = 177 Height = 41 Caption = 'Color Mode' TabOrder = 1 object RadioButton3: TRadioButton Left = 8 Top = 16 Width = 65 Height = 17 Caption = '16bit' TabOrder = 0 OnClick = RadioButton3Click end object RadioButton4: TRadioButton Left = 96 Top = 16 Width = 49 Height = 17 Caption = '32bit' TabOrder = 1 OnClick = RadioButton4Click end end object GroupBox3: TGroupBox Left = 40 Top = 192 Width = 177 Height = 41 Caption = 'Play BGM' TabOrder = 2 object RadioButton5: TRadioButton Left = 8 Top = 16 Width = 73 Height = 17 Caption = 'On' TabOrder = 0 OnClick = RadioButton5Click end object RadioButton6: TRadioButton Left = 96 Top = 16 Width = 49 Height = 17 Caption = 'Off' TabOrder = 1 OnClick = RadioButton6Click end end object Button1: TButton Left = 48 Top = 440 Width = 75 Height = 25 Caption = 'OK' TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 136 Top = 440 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 4 OnClick = Button2Click end object GroupBox4: TGroupBox Left = 40 Top = 360 Width = 177 Height = 65 Caption = 'Screen Resolution' TabOrder = 5 object RadioButton7: TRadioButton Left = 8 Top = 16 Width = 73 Height = 17 Caption = '320 x 240' TabOrder = 0 OnClick = RadioButton7Click end object RadioButton8: TRadioButton Left = 96 Top = 16 Width = 73 Height = 17 Caption = '640 x 480' TabOrder = 1 OnClick = RadioButton8Click end object RadioButton9: TRadioButton Left = 8 Top = 40 Width = 81 Height = 17 Caption = '1024 x 768' TabOrder = 2 OnClick = RadioButton9Click end object RadioButton10: TRadioButton Left = 96 Top = 40 Width = 73 Height = 17 Caption = '1280 x 960' TabOrder = 3 OnClick = RadioButton10Click end end object GroupBox5: TGroupBox Left = 40 Top = 248 Width = 177 Height = 41 Caption = 'Play SE' TabOrder = 6 object RadioButton11: TRadioButton Left = 8 Top = 16 Width = 49 Height = 17 Caption = 'On' TabOrder = 0 OnClick = RadioButton11Click end object RadioButton12: TRadioButton Left = 96 Top = 16 Width = 49 Height = 17 Caption = 'Off' TabOrder = 1 OnClick = RadioButton12Click end end object GroupBox6: TGroupBox Left = 40 Top = 304 Width = 177 Height = 41 Caption = 'Extra Effects' TabOrder = 7 object RadioButton13: TRadioButton Left = 8 Top = 16 Width = 57 Height = 17 Caption = 'On' TabOrder = 0 OnClick = RadioButton13Click end object RadioButton14: TRadioButton Left = 96 Top = 16 Width = 49 Height = 17 Caption = 'Off' TabOrder = 1 OnClick = RadioButton14Click end end object GroupBox7: TGroupBox Left = 40 Top = 24 Width = 177 Height = 41 Caption = 'Effect Level' TabOrder = 8 object RadioButton15: TRadioButton Left = 8 Top = 16 Width = 41 Height = 17 Caption = 'low' TabOrder = 0 OnClick = RadioButton15Click end object RadioButton16: TRadioButton Left = 64 Top = 16 Width = 41 Height = 17 Caption = 'mid' TabOrder = 1 OnClick = RadioButton16Click end object RadioButton17: TRadioButton Left = 120 Top = 16 Width = 49 Height = 17 Caption = 'high' TabOrder = 2 OnClick = RadioButton17Click end end end