OSDN Git Service

Removed unused TColorDialog
authornaru <bottle@mikage.to>
Sun, 1 Dec 2002 03:55:59 +0000 (03:55 +0000)
committernaru <bottle@mikage.to>
Sun, 1 Dec 2002 03:55:59 +0000 (03:55 +0000)
bottleclient/SettingForm.dfm
bottleclient/SettingForm.pas

index f2d6a8d..85d269f 100755 (executable)
@@ -1,6 +1,6 @@
 object frmSetting: TfrmSetting
-  Left = 244
-  Top = 192
+  Left = 245
+  Top = 490
   Anchors = [akLeft, akTop, akRight, akBottom]
   BorderStyle = bsDialog
   Caption = #35373#23450
@@ -482,7 +482,7 @@ object frmSetting: TfrmSetting
             Width = 161
             Height = 20
             Hint = #36865#20449#20808#12398#12468#12540#12473#12488#12434#25351#23450
-            ItemHeight = 12
+            ItemHeight = 0
             TabOrder = 1
             OnChange = cbxTargetGhostChange
           end
@@ -585,13 +585,9 @@ object frmSetting: TfrmSetting
     ModalResult = 1
     TabOrder = 1
   end
-  object ColorDialog: TColorDialog
-    Left = 12
-    Top = 319
-  end
   object OpenDialog: TOpenDialog
     Filter = 'Sound File (*.wav)|*.wav|All Files (*.*)|*.*'
-    Left = 48
+    Left = 8
     Top = 320
   end
 end
index 5492adf..0615b65 100755 (executable)
@@ -20,7 +20,6 @@ type
     memDefaultScript: TMemo;
     lblDefaultScript: TLabel;
     grpLocalConfirm: TGroupBox;
-    ColorDialog: TColorDialog;
     cbxColorScript: TCheckBox;
     trkColorTimeLag: TTrackBar;
     trkColorSpeed: TTrackBar;