OSDN Git Service

TEditor、TTaskTrayの配布先変更に追従
[winbottle/winbottle.git] / bottleclient / BottleChainRuleEditor.dfm
index d62f1a4..df9d0b7 100755 (executable)
@@ -11,53 +11,56 @@ object frmBottleChainRuleEditor: TfrmBottleChainRuleEditor
   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
   Font.Style = []
   OldCreateOrder = False
-  OnCloseQuery = FormCloseQuery
+  Position = poScreenCenter
   DesignSize = (
     402
-    302)
+    298)
   PixelsPerInch = 96
   TextHeight = 12
   object PageControl: TPageControl
     Left = 8
     Top = 8
     Width = 385
-    Height = 199
+    Height = 169
     ActivePage = tstGeneral
     Anchors = [akLeft, akTop, akRight, akBottom]
     TabOrder = 0
     object tstGeneral: TTabSheet
-      Caption = #19968#33324
+      Caption = #19968#33324'(&G)'
       object lblTitle: TLabel
-        Left = 24
-        Top = 56
-        Width = 87
+        Left = 8
+        Top = 60
+        Width = 102
         Height = 12
-        Caption = #12523#12540#12523#12398#12479#12452#12488#12523
+        Caption = #12523#12540#12523#12398#12479#12452#12488#12523'(&T)'
+        FocusControl = edtTitle
       end
       object cbxRuleEnabled: TCheckBox
-        Left = 24
+        Left = 8
         Top = 16
         Width = 225
         Height = 17
-        Caption = #12371#12398#12523#12540#12523#12434#26377#21177#12395#12377#12427
+        Caption = #12371#12398#12523#12540#12523#12434#26377#21177#12395#12377#12427'(&E)'
         TabOrder = 0
+        OnClick = cbxRuleEnabledClick
       end
       object edtTitle: TEdit
         Left = 120
         Top = 56
-        Width = 217
+        Width = 249
         Height = 20
         TabOrder = 1
+        OnChange = edtTitleChange
       end
     end
     object tstCondition: TTabSheet
-      Caption = #26465#20214
+      Caption = #26465#20214'(&N)'
       ImageIndex = 1
       object lstCondition: TCheckListBox
         Left = 0
         Top = 0
         Width = 377
-        Height = 172
+        Height = 142
         OnClickCheck = lstConditionClickCheck
         Align = alClient
         ItemHeight = 12
@@ -66,13 +69,13 @@ object frmBottleChainRuleEditor: TfrmBottleChainRuleEditor
       end
     end
     object tstAction: TTabSheet
-      Caption = #12450#12463#12471#12519#12531
+      Caption = #12450#12463#12471#12519#12531'(&A)'
       ImageIndex = 2
       object lstAction: TCheckListBox
         Left = 0
         Top = 0
         Width = 377
-        Height = 172
+        Height = 142
         OnClickCheck = lstActionClickCheck
         Align = alClient
         ItemHeight = 12
@@ -81,26 +84,38 @@ object frmBottleChainRuleEditor: TfrmBottleChainRuleEditor
       end
     end
   end
-  object btnClose: TButton
-    Left = 315
-    Top = 270
+  object btnOK: TButton
+    Left = 312
+    Top = 268
     Width = 75
     Height = 25
+    Hint = #12480#12452#12450#12525#12464#12434#38281#12376#12427
     Anchors = [akRight, akBottom]
-    Caption = #38281#12376#12427'(&C)'
+    Caption = '&OK'
     Default = True
     TabOrder = 1
-    OnClick = btnCloseClick
+    OnClick = btnOKClick
   end
   object memStringExpression: TMemo
     Left = 8
-    Top = 214
+    Top = 184
     Width = 385
-    Height = 49
+    Height = 79
+    Hint = #35373#23450#12373#12428#12383#12523#12540#12523
     Anchors = [akLeft, akRight, akBottom]
     ParentColor = True
     ReadOnly = True
     ScrollBars = ssVertical
     TabOrder = 2
   end
+  object Button1: TButton
+    Left = 224
+    Top = 268
+    Width = 83
+    Height = 25
+    Cancel = True
+    Caption = #12461#12515#12531#12475#12523'(&C)'
+    TabOrder = 3
+    OnClick = Button1Click
+  end
 end