OSDN Git Service

size modified
authornaru <bottle@mikage.to>
Fri, 3 Jan 2003 20:37:55 +0000 (20:37 +0000)
committernaru <bottle@mikage.to>
Fri, 3 Jan 2003 20:37:55 +0000 (20:37 +0000)
bottleclient/BottleChainListFrame.dfm
bottleclient/SettingForm.dfm

index f22e607..42f6e04 100755 (executable)
@@ -1,19 +1,20 @@
 object frmBottleChainList: TfrmBottleChainList
   Left = 0
   Top = 0
-  Width = 340
+  Width = 364
   Height = 260
   TabOrder = 0
   DesignSize = (
-    340
+    364
     260)
   object lstRules: TCheckListBox
     Left = 0
     Top = 0
-    Width = 265
+    Width = 291
     Height = 260
     OnClickCheck = lstRulesClickCheck
     Align = alLeft
+    Anchors = [akLeft, akTop, akRight, akBottom]
     ItemHeight = 16
     Style = lbOwnerDrawVariable
     TabOrder = 0
@@ -22,7 +23,7 @@ object frmBottleChainList: TfrmBottleChainList
     OnMeasureItem = lstRulesMeasureItem
   end
   object btnDelete: TButton
-    Left = 272
+    Left = 296
     Top = 200
     Width = 65
     Height = 25
@@ -32,7 +33,7 @@ object frmBottleChainList: TfrmBottleChainList
     OnClick = btnDeleteClick
   end
   object btnAdd: TButton
-    Left = 272
+    Left = 296
     Top = 232
     Width = 65
     Height = 25
@@ -42,7 +43,7 @@ object frmBottleChainList: TfrmBottleChainList
     OnClick = btnAddClick
   end
   object btnDown: TButton
-    Left = 272
+    Left = 296
     Top = 160
     Width = 67
     Height = 25
@@ -52,7 +53,7 @@ object frmBottleChainList: TfrmBottleChainList
     OnClick = btnDownClick
   end
   object btnUp: TButton
-    Left = 272
+    Left = 296
     Top = 128
     Width = 67
     Height = 25
index 34c8a52..124a30b 100755 (executable)
@@ -27,7 +27,7 @@ object frmSetting: TfrmSetting
     Top = 8
     Width = 379
     Height = 306
-    ActivePage = tstRule
+    ActivePage = tstColor
     Anchors = [akLeft, akTop, akRight, akBottom]
     TabOrder = 0
     object tstGeneral: TTabSheet
@@ -189,14 +189,14 @@ object frmSetting: TfrmSetting
       object gbxColor: TGroupBox
         Left = 8
         Top = 24
-        Width = 337
+        Width = 353
         Height = 153
         Caption = #33394'(&O)'
         TabOrder = 3
         inline frmColorSetting: TfrmColorSetting
           Left = 16
           Top = 18
-          Width = 310
+          Width = 320
           Height = 130
           HorzScrollBar.Visible = False
           VertScrollBar.Visible = False
@@ -513,7 +513,7 @@ object frmSetting: TfrmSetting
       inline frmRuleList: TfrmBottleChainList
         Left = 4
         Top = 7
-        Width = 340
+        Width = 364
         Height = 260
         TabOrder = 0
         inherited btnAdd: TButton