OSDN Git Service

Removed cbxNoSendGhostList
authornaru <bottle@mikage.to>
Sat, 24 Jan 2004 17:10:39 +0000 (17:10 +0000)
committernaru <bottle@mikage.to>
Sat, 24 Jan 2004 17:10:39 +0000 (17:10 +0000)
bottleclient/SettingForm.dfm
bottleclient/SettingForm.pas

index 0340148..19fb936 100755 (executable)
@@ -36,7 +36,7 @@ object frmSetting: TfrmSetting
     Top = 32
     Width = 440
     Height = 291
-    ActivePage = tstRule
+    ActivePage = tstDetailed
     Anchors = [akLeft, akTop, akRight, akBottom]
     MultiLine = True
     TabOrder = 0
@@ -73,34 +73,25 @@ object frmSetting: TfrmSetting
         ScrollBars = ssVertical
         TabOrder = 0
       end
-      object cbxNoSendGhostList: TCheckBox
-        Left = 8
-        Top = 216
-        Width = 281
-        Height = 17
-        Hint = 'SSTP Bottle'#22269#21218#35519#26619#12398#12383#12417#12398#12468#12540#12473#12488#12522#12473#12488#12434#36865#20449#12375#12414#12379#12435
-        Caption = #22269#21218#35519#26619#12395#21332#21147#12375#12394#12356'(&X)'
-        TabOrder = 1
-      end
       object cbxConfirmOnExit: TCheckBox
         Left = 8
-        Top = 240
+        Top = 224
         Width = 281
         Height = 17
         Hint = 'Client'#12398#32066#20102#26178#12395#30906#35469#12513#12483#12475#12540#12472#12434#20986#12375#12414#12377
         Caption = #12450#12503#12522#12465#12540#12471#12519#12531#12398#32066#20102#26178#12395#30906#35469#12377#12427'(&O)'
-        TabOrder = 2
+        TabOrder = 1
       end
       object cbxIgnoreTimeCritical: TCheckBox
         Left = 8
-        Top = 201
+        Top = 193
         Width = 297
         Height = 17
         Hint = #12525#12540#12459#12523#30906#35469#26178#12395'\t'#12434#36865#20449#12375#12394#12356#12371#12392#12391#20182#12398'SSTP'#12364#34920#31034#12373#12428#12420#12377#12367#12377#12427
         Caption = #12525#12540#12459#12523#30906#35469#26178#12395'\t'#12434#28961#35222'(&T)'
         Checked = True
         State = cbChecked
-        TabOrder = 3
+        TabOrder = 2
       end
       object cbxAutoClip: TCheckBox
         Left = 8
@@ -109,16 +100,16 @@ object frmSetting: TfrmSetting
         Height = 17
         Hint = #12473#12463#12522#12503#12488#12463#12522#12450#26178#12395#12289#12377#12409#12390#12398#12473#12463#12522#12503#12488#12434#33258#21205#12391#12463#12522#12483#12503#12375#12414#12377
         Caption = #12463#12522#12450#26178#12395#33258#21205#12391#12463#12522#12483#12503'(&L)'
-        TabOrder = 4
+        TabOrder = 3
       end
       object cbxConfirmOnTabClose: TCheckBox
         Left = 8
-        Top = 256
+        Top = 240
         Width = 257
         Height = 17
         Hint = #12525#12464#12454#12451#12531#12489#12454#12391#12479#12502#12434#38281#12376#12427#26178#12395#30906#35469#12480#12452#12450#12525#12464#12434#34920#31034#12375#12414#12377
         Caption = #12525#12464#12454#12451#12531#12489#12454#12398#12479#12502#12434#38281#12376#12427#26178#12395#30906#35469#12377#12427'(&C)'
-        TabOrder = 5
+        TabOrder = 4
       end
       object edtPartialConfirmFormat: TEdit
         Left = 8
@@ -132,7 +123,7 @@ object frmSetting: TfrmSetting
         Font.Name = #65325#65331' '#12468#12471#12483#12463
         Font.Style = []
         ParentFont = False
-        TabOrder = 6
+        TabOrder = 5
       end
       object cbxAutoPartialConfirm: TCheckBox
         Left = 8
@@ -141,7 +132,7 @@ object frmSetting: TfrmSetting
         Height = 17
         Hint = #37096#20998#30906#35469#12398#12458#12503#12471#12519#12531#12480#12452#12450#12525#12464#12434#34920#31034#12379#12378#12289#12473#12463#12522#12503#12488#12364#36984#25246#12373#12428#12390#12356#12427#12392#12365#12399#37096#20998#30906#35469#12375#12414#12377
         Caption = #33258#21205#12391#37096#20998#30906#35469#12377#12427'(&A)'
-        TabOrder = 7
+        TabOrder = 6
       end
     end
     object tstDisplay: TTabSheet
index 0c8dad0..3ec1e04 100755 (executable)
@@ -30,7 +30,6 @@ type
     OpenDialog: TOpenDialog;
     spnWaitScriptEnd: TSpinEdit;
     lblWaitScriptEnd: TLabel;
-    cbxNoSendGhostList: TCheckBox;
     cbxConfirmOnExit: TCheckBox;
     ctvBottle: TCPCConfigTreeView;
     gbxColor: TGroupBox;