X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Option.dfm;h=02cf239c434d845dcf33624d7ea3d962b628dc28;hb=ceafa71169b660a6f1e3ff16e0ba81b4cbedfb4a;hp=f6c707a386e76708d9d90a5371284d40099af8c5;hpb=6a6d2ed495942b71697b838009e42b56b859fd09;p=gikonavigoeson%2Fgikonavi.git diff --git a/Option.dfm b/Option.dfm index f6c707a..02cf239 100644 --- a/Option.dfm +++ b/Option.dfm @@ -1,6 +1,6 @@ object OptionDialog: TOptionDialog - Left = 478 - Top = 353 + Left = 300 + Top = 166 BorderStyle = bsDialog Caption = #12458#12503#12471#12519#12531 ClientHeight = 428 @@ -11,6 +11,7 @@ object OptionDialog: TOptionDialog Font.Height = -12 Font.Name = #65325#65331' '#65328#12468#12471#12483#12463 Font.Style = [] + FormStyle = fsStayOnTop OldCreateOrder = False Position = poOwnerFormCenter OnClose = FormClose @@ -18,46 +19,62 @@ object OptionDialog: TOptionDialog OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 12 - object OkBotton: TButton + object Label26: TLabel + Left = 32 + Top = 132 + Width = 69 + Height = 12 + Caption = #12497#12473#12527#12540#12489'(&P)' + end + object CancelBotton: TButton Left = 232 Top = 400 Width = 89 Height = 21 - Caption = 'OK' - Default = True - ModalResult = 1 - TabOrder = 1 - OnClick = OkBottonClick + Cancel = True + Caption = #12461#12515#12531#12475#12523 + ModalResult = 2 + TabOrder = 0 end - object CancelBotton: TButton + object ApplyButton: TButton Left = 328 Top = 400 Width = 89 Height = 21 Cancel = True - Caption = #12461#12515#12531#12475#12523 - ModalResult = 2 + Caption = #36969#29992'(&A)' + ModalResult = 8 + TabOrder = 1 + OnClick = ApplyButtonClick + end + object CroutOption: TButton + Left = 424 + Top = 400 + Width = 88 + Height = 21 + Caption = #35443#32048#35373#23450 TabOrder = 2 + OnClick = CroutOptionClick end object OptionTab: TPageControl Left = 4 Top = 4 Width = 509 Height = 389 - ActivePage = TabSheet4 + ActivePage = ThreadSheet MultiLine = True - TabIndex = 8 - TabOrder = 0 + TabIndex = 4 + TabOrder = 3 OnChange = OptionTabChange object ConnectSheet: TTabSheet Caption = #25509#32154 object ReadProxyGroupBox: TGroupBox Left = 12 - Top = 116 + Top = 4 Width = 477 Height = 105 Caption = #12503#12525#12461#12471#35373#23450' '#65288#12480#12454#12531#12525#12540#12489#29992#65289 - TabOrder = 1 + TabOrder = 0 object ReadAddressLabel: TLabel Left = 12 Top = 48 @@ -136,11 +153,11 @@ object OptionDialog: TOptionDialog end object WriteProxyGroupBox: TGroupBox Left = 12 - Top = 228 + Top = 116 Width = 477 Height = 105 Caption = #12503#12525#12461#12471#35373#23450' '#65288#26360#12365#36796#12415#29992#65289 - TabOrder = 2 + TabOrder = 1 object WriteAddressLabel: TLabel Left = 12 Top = 48 @@ -217,52 +234,46 @@ object OptionDialog: TOptionDialog TabOrder = 4 end end - object GroupBox11: TGroupBox + object GroupBox4: TGroupBox Left = 12 - Top = 8 + Top = 224 Width = 477 - Height = 101 - Caption = #25509#32154#35373#23450 - TabOrder = 0 - object Label17: TLabel + Height = 113 + Caption = #12508#12540#12489'URL(&U)' + TabOrder = 2 + object Label13: TLabel Left = 12 Top = 24 - Width = 114 - Height = 12 - Caption = #21463#20449#12496#12483#12501#12449#12469#12452#12474'(&B)' - FocusControl = RecvBufferSize - end - object Label18: TLabel - Left = 188 - Top = 24 - Width = 94 + Width = 155 Height = 12 - Caption = #65288#12487#12501#12457#12523#12488'=4096'#65289 + Caption = #65298#12385#12419#12435#12397#12427#12508#12540#12489#19968#35239'URL(&N)' end - object RecvBufferSize: TEdit - Left = 140 - Top = 20 - Width = 41 + object BoardURLComboBox: TComboBox + Left = 24 + Top = 43 + Width = 417 Height = 20 - MaxLength = 5 + ItemHeight = 12 TabOrder = 0 - OnExit = RecvBufferSizeExit - end - object ProxyProtocolCheckBox: TCheckBox - Left = 12 - Top = 72 - Width = 269 - Height = 17 - Caption = #12503#12525#12461#12471#25509#32154#12391' HTTP 1.1 '#12434#20351#29992#12377#12427'(&Y)' - TabOrder = 2 + Text = 'BoardURLComboBox' end - object ProtocolCheckBox: TCheckBox - Left = 12 - Top = 48 - Width = 269 - Height = 17 - Caption = 'HTTP 1.1 '#12434#20351#29992#12377#12427'(&H)' + object AddURLButton: TButton + Left = 278 + Top = 69 + Width = 75 + Height = 25 + Caption = #36861#21152 TabOrder = 1 + OnClick = AddURLButtonClick + end + object RemoveURLButton: TButton + Left = 366 + Top = 69 + Width = 75 + Height = 25 + Caption = #21066#38500 + TabOrder = 2 + OnClick = RemoveURLButtonClick end end end @@ -277,7 +288,7 @@ object OptionDialog: TOptionDialog end object Bevel2: TBevel Left = 8 - Top = 229 + Top = 239 Width = 485 Height = 2 end @@ -292,7 +303,7 @@ object OptionDialog: TOptionDialog Left = 252 Top = 4 Width = 2 - Height = 321 + Height = 341 end object Label20: TLabel Left = 16 @@ -303,7 +314,7 @@ object OptionDialog: TOptionDialog end object Label21: TLabel Left = 16 - Top = 237 + Top = 248 Width = 106 Height = 12 Caption = #12502#12521#12454#12470#12509#12483#12503#12450#12483#12503 @@ -324,9 +335,9 @@ object OptionDialog: TOptionDialog end object lblSFont: TLabel Left = 268 - Top = 237 + Top = 249 Width = 221 - Height = 93 + Height = 73 AutoSize = False Caption = '_' WordWrap = True @@ -413,7 +424,7 @@ object OptionDialog: TOptionDialog end object HintFontButton: TButton Left = 156 - Top = 253 + Top = 264 Width = 85 Height = 21 Caption = #12501#12457#12531#12488'(&H)...' @@ -422,7 +433,7 @@ object OptionDialog: TOptionDialog end object HintBackButton: TButton Left = 156 - Top = 277 + Top = 288 Width = 85 Height = 21 Caption = #32972#26223#33394'(&I)...' @@ -431,7 +442,7 @@ object OptionDialog: TOptionDialog end object HintDefaultButton: TButton Left = 156 - Top = 301 + Top = 312 Width = 85 Height = 21 Caption = #12487#12501#12457#12523#12488'(&J)' @@ -440,7 +451,7 @@ object OptionDialog: TOptionDialog end object HintMemo: TMemo Left = 12 - Top = 253 + Top = 264 Width = 137 Height = 69 TabStop = False @@ -540,6 +551,14 @@ object OptionDialog: TOptionDialog ItemHeight = 16 TabOrder = 20 end + object UnFocusedBoldCheckBox: TCheckBox + Left = 15 + Top = 219 + Width = 210 + Height = 17 + Caption = #12501#12457#12540#12459#12473#12364#28961#12356#12392#12365#12399#22826#23383#12395#12377#12427 + TabOrder = 21 + end end object CSSTabSheet: TTabSheet Caption = 'CSS '#12392#12473#12461#12531 @@ -636,51 +655,13 @@ object OptionDialog: TOptionDialog TabOrder = 6 OnClick = CSSBackColorButtonClick end - end - end - object BoardSheet: TTabSheet - Caption = #12508#12540#12489#26356#26032 - ImageIndex = 7 - object GroupBox4: TGroupBox - Left = 12 - Top = 8 - Width = 477 - Height = 113 - Caption = #12508#12540#12489'URL(&U)' - TabOrder = 0 - object Label13: TLabel - Left = 12 - Top = 24 - Width = 155 - Height = 12 - Caption = #65298#12385#12419#12435#12397#12427#12508#12540#12489#19968#35239'URL(&N)' - end - object BoardURLComboBox: TComboBox - Left = 24 - Top = 43 - Width = 417 - Height = 20 - ItemHeight = 12 - TabOrder = 0 - Text = 'BoardURLComboBox' - end - object AddURLButton: TButton - Left = 278 - Top = 69 - Width = 75 - Height = 25 - Caption = #36861#21152 - TabOrder = 1 - OnClick = AddURLButtonClick - end - object RemoveURLButton: TButton - Left = 366 - Top = 69 - Width = 75 - Height = 25 - Caption = #21066#38500 - TabOrder = 2 - OnClick = RemoveURLButtonClick + object UseKatjuTypeSkinCheckBox: TCheckBox + Left = 16 + Top = 272 + Width = 193 + Height = 17 + Caption = #12363#12385#12421#65374#12375#12419#12398#12473#12461#12531#12434#21033#29992#12377#12427 + TabOrder = 7 end end end @@ -690,12 +671,12 @@ object OptionDialog: TOptionDialog Left = 12 Top = 8 Width = 477 - Height = 49 + Height = 41 Caption = #34920#31034#35373#23450 TabOrder = 0 object ThreadListIconCheckBox: TCheckBox Left = 12 - Top = 20 + Top = 16 Width = 217 Height = 17 Caption = #12473#12524#12483#12489#26356#26032#12450#12452#12467#12531#12434#34920#31034#12377#12427'(&I)' @@ -703,29 +684,145 @@ object OptionDialog: TOptionDialog end end object GroupBox16: TGroupBox - Left = 8 - Top = 80 - Width = 481 - Height = 81 + Left = 12 + Top = 52 + Width = 477 + Height = 45 Caption = #12473#12524#20316#25104#26085#26178#34920#31034#35373#23450 TabOrder = 1 object CreationTimeLogsCheckBox: TCheckBox - Left = 16 - Top = 24 + Left = 12 + Top = 16 Width = 217 Height = 17 Caption = #12525#12464#26377#12426#12473#12524#12483#12489#12398#12415#34920#31034 TabOrder = 0 end object FutureThreadCheckBox: TCheckBox - Left = 16 - Top = 48 + Left = 204 + Top = 16 Width = 265 Height = 17 - Caption = #26085#20184#12364#26410#26469#12398#12418#12398#12399#34920#31034#12375#12394#12356#65288'492'#12473#12524#31995#65289 + Caption = #26085#20184#12364#26410#26469#12398#12418#12398#12399#34920#31034#12375#12394#12356#65288'924'#12473#12524#31995#65289 TabOrder = 1 end end + object GroupBox5: TGroupBox + Left = 12 + Top = 105 + Width = 477 + Height = 86 + Caption = #12502#12521#12454#12470#12398#26368#22823#21270 + TabOrder = 2 + object BrowserMaxLabel: TLabel + Left = 12 + Top = 24 + Width = 6 + Height = 12 + Caption = '-' + end + object BrowserMaxCombo: TComboBox + Left = 12 + Top = 56 + Width = 229 + Height = 20 + Style = csDropDownList + ItemHeight = 12 + TabOrder = 0 + Items.Strings = ( + #26368#22823#21270#12375#12394#12356 + #12473#12524#12483#12489#12434#12463#12522#12483#12463#12375#12383#12392#12365 + #12473#12524#12483#12489#12434#12480#12502#12523#12463#12522#12483#12463#12375#12383#12392#12365) + end + end + object GroupBox17: TGroupBox + Left = 12 + Top = 196 + Width = 477 + Height = 45 + Caption = #12502#12521#12454#12470#12479#12502#38750#34920#31034#26178#35373#23450 + TabOrder = 3 + object SelectIntervalLabel: TLabel + Left = 10 + Top = 20 + Width = 199 + Height = 12 + Caption = #12459#12540#12477#12523#12461#12540#12391#12398#31227#21205#26178#12398#28961#21453#24540#26178#38291 + end + object Label4: TLabel + Left = 271 + Top = 20 + Width = 29 + Height = 12 + Caption = #12511#12522#31186 + end + object Label6: TLabel + Left = 305 + Top = 20 + Width = 164 + Height = 12 + Caption = #65288'55'#12511#12522#31186#20197#19978#12395#35373#23450#12375#12390#19979#12373#12356#65289 + end + object SelectIntervalEdit: TEdit + Left = 214 + Top = 16 + Width = 49 + Height = 20 + ImeMode = imClose + TabOrder = 0 + Text = 'SelectIntervalEdit' + end + end + object GroupBox18: TGroupBox + Left = 12 + Top = 246 + Width = 477 + Height = 43 + Caption = 'dat'#33853#12385#12473#12524#12477#12540#12488#38918 + TabOrder = 4 + object DatOchiSortCombo: TComboBox + Left = 12 + Top = 15 + Width = 229 + Height = 20 + Style = csDropDownList + ItemHeight = 12 + TabOrder = 0 + Items.Strings = ( + #12473#12524#19968#35239#12398#12477#12540#12488#38918 + #12473#12524#30058#21495'('#26119#38918')' + #12473#12524#30058#21495'('#38477#38918')' + #21462#24471#26085#26178'('#26119#38918')' + #21462#24471#26085#26178'('#38477#38918')' + #12473#12524#20316#25104#26085#26178'('#26119#38918')' + #12473#12524#20316#25104#26085#26178'('#38477#38918')' + #12473#12524#26368#32066#26356#26032#26085#26178#65288#26119#38918#65289 + #12473#12524#26368#32066#26356#26032#26085#26178#65288#38477#38918#65289) + end + end + object GroupBox20: TGroupBox + Left = 12 + Top = 291 + Width = 477 + Height = 41 + Caption = #12473#12524#12483#12489#19968#35239#12480#12454#12531#12525#12540#12489#24460#12398#21205#20316 + TabOrder = 5 + object Label24: TLabel + Left = 219 + Top = 18 + Width = 142 + Height = 12 + Caption = #65288#12481#12455#12483#12463#12375#12394#12356#22580#21512#28961#20966#29702#65289 + end + object AutoSortCheckBox: TCheckBox + Left = 10 + Top = 16 + Width = 207 + Height = 17 + Caption = #33258#21205#12391#12473#12524#12483#12489#21517#12391#26119#38918#12477#12540#12488#12377#12427 + TabOrder = 0 + end + end end object ThreadSheet: TTabSheet Caption = #12473#12524#12483#12489#65297 @@ -734,7 +831,7 @@ object OptionDialog: TOptionDialog Left = 12 Top = 8 Width = 477 - Height = 45 + Height = 73 Caption = #34920#31034#35373#23450 TabOrder = 0 object ShowMailCheckBox: TCheckBox @@ -745,20 +842,35 @@ object OptionDialog: TOptionDialog Caption = #12513#12540#12523#27396#12434#34920#31034#12377#12427'(&M)' TabOrder = 0 end - object OnlyAHundredResCheckBox: TCheckBox - Left = 163 - Top = 19 - Width = 238 + object ResRangeHoldCheckBox: TCheckBox + Left = 11 + Top = 43 + Width = 198 Height = 17 - Caption = #36215#21205#26178#12395#26368#26032'100'#12524#12473#34920#31034#12434'ON'#12395#12377#12427 + Caption = #36215#21205#26178#12398#12524#12473#34920#31034#31684#22258#12434#22266#23450#12377#12427 TabOrder = 1 + OnClick = ResRangeHoldCheckBoxClick + end + object ResRangeHoldComboBox: TComboBox + Left = 224 + Top = 40 + Width = 145 + Height = 20 + Style = csDropDownList + ItemHeight = 12 + TabOrder = 2 + Items.Strings = ( + #12377#12409#12390#12398#12524#12473#12434#34920#31034#12377#12427 + #26368#26032'100'#12524#12473#12398#12415#34920#31034 + #26410#35501#12524#12473#12398#12415#34920#31034 + #26032#30528#12524#12473#12398#12415#34920#31034) end end object GroupBox2: TGroupBox Left = 12 - Top = 60 + Top = 92 Width = 477 - Height = 121 + Height = 157 Caption = #12522#12531#12463#12463#12522#12483#12463#26178#21205#20316 TabOrder = 1 object AppFolderLabel: TLabel @@ -803,152 +915,58 @@ object OptionDialog: TOptionDialog TabOrder = 3 OnClick = URLAppCheckBoxClick end + object ResAnchorCheckBox: TCheckBox + Left = 12 + Top = 125 + Width = 333 + Height = 17 + Caption = #12524#12473#12450#12531#12459#12540#12398#22580#21512#12289#12381#12398#12524#12473#12414#12391#12472#12515#12531#12503#12377#12427 + TabOrder = 4 + end end - object GroupBox5: TGroupBox + object GroupBox6: TGroupBox Left = 12 - Top = 268 - Width = 433 - Height = 165 - Caption = 'URL'#12463#12522#12483#12463#21205#20316 - TabOrder = 3 - Visible = False - object Label6: TLabel - Left = 16 - Top = 24 - Width = 54 - Height = 12 - Caption = #12463#12522#12483#12463'(&C)' - end - object Label7: TLabel - Left = 16 - Top = 80 - Width = 91 - Height = 12 - Caption = 'Shift + '#12463#12522#12483#12463'(&S)' + Top = 260 + Width = 477 + Height = 77 + Caption = #30906#35469#12513#12483#12475#12540#12472 + TabOrder = 2 + object LogDeleteMessageCheckBox: TCheckBox + Left = 12 + Top = 22 + Width = 321 + Height = 17 + Caption = #12525#12464#12434#21066#38500#12377#12427#12392#12365#12395#30906#35469#12513#12483#12475#12540#12472#12434#34920#31034#12377#12427'(&O)' + TabOrder = 0 + OnClick = URLAppCheckBoxClick end - object Label8: TLabel - Left = 16 - Top = 52 - Width = 86 - Height = 12 - Caption = 'Ctrl + '#12463#12522#12483#12463'(&T)' - end - object Label4: TLabel - Left = 8 - Top = 108 - Width = 120 - Height = 12 - Caption = #12450#12503#12522#12465#12540#12471#12519#12531#12497#12473'(&L)' - FocusControl = Edit1 - end - object ComboBox1: TComboBox - Left = 112 - Top = 20 - Width = 309 - Height = 20 - Style = csDropDownList - ItemHeight = 12 - TabOrder = 0 - Items.Strings = ( - 'IE'#12391#38283#12367' '#12525#12464#12398#22580#21512#12399#12462#12467#12490#12499#12391#38283#12367 - #25351#23450#12450#12503#12522#12391#38283#12367' '#12525#12464#12398#22580#21512#12399#12462#12467#12490#12499#12391#38283#12367 - #12377#12409#12390'IE'#12391#38283#12367 - #12377#12409#12390#25351#23450#12450#12503#12522#12391#38283#12367) - end - object ComboBox2: TComboBox - Left = 112 - Top = 76 - Width = 309 - Height = 20 - Style = csDropDownList - ItemHeight = 12 - TabOrder = 1 - Items.Strings = ( - #12462#12467#12490#12499#20869#12391#38283#12367 - #12452#12531#12479#12540#12493#12483#12488#12456#12463#12473#12503#12525#12540#12521#12391#38283#12367 - #25351#23450#12375#12383#12450#12503#12522#12465#12540#12471#12519#12531#12391#38283#12367) - end - object ComboBox3: TComboBox - Left = 112 - Top = 48 - Width = 309 - Height = 20 - Style = csDropDownList - ItemHeight = 12 - TabOrder = 2 - Items.Strings = ( - #12462#12467#12490#12499#20869#12391#38283#12367 - #12452#12531#12479#12540#12493#12483#12488#12456#12463#12473#12503#12525#12540#12521#12391#38283#12367 - #25351#23450#12375#12383#12450#12503#12522#12465#12540#12471#12519#12531#12391#38283#12367) - end - object Edit1: TEdit - Left = 12 - Top = 124 - Width = 329 - Height = 20 - TabOrder = 3 - end - object Button1: TButton - Left = 348 - Top = 124 - Width = 75 - Height = 21 - Caption = #21442#29031'(&B)...' - TabOrder = 4 - OnClick = AppFolderButtonClick - end - end - object GroupBox6: TGroupBox - Left = 12 - Top = 188 - Width = 477 - Height = 49 - Caption = #12525#12464#21066#38500 - TabOrder = 2 - object LogDeleteMessageCheckBox: TCheckBox - Left = 12 - Top = 20 - Width = 321 - Height = 17 - Caption = #12525#12464#12434#21066#38500#12377#12427#12392#12365#12395#30906#35469#12513#12483#12475#12540#12472#12434#34920#31034#12377#12427'(&O)' - TabOrder = 0 - OnClick = URLAppCheckBoxClick + object IgnoreLimitResCountCheckBox: TCheckBox + Left = 12 + Top = 46 + Width = 389 + Height = 17 + Caption = #21516'ID'#12524#12473#12450#12531#12459#12540#34920#31034#12391#21046#38480#25968#36234#12360#12398#30906#35469#12513#12483#12475#12540#12472#12434#34920#31034#12377#12427'(&R)' + TabOrder = 1 + OnClick = URLAppCheckBoxClick end end end object TabSheet1: TTabSheet Caption = #12473#12524#12483#12489#65298 ImageIndex = 7 - object PopupPositionRadioGroup: TRadioGroup - Left = 12 - Top = 8 - Width = 477 - Height = 85 - Caption = #12524#12473#12509#12483#12503#12450#12483#12503#34920#31034'(&P)' - Columns = 3 - Items.Strings = ( - #24038#19978 - #24038 - #24038#19979 - #19978 - #20013#22830 - #19979 - #21491#19978 - #21491 - #21491#19979#65288#12487#12501#12457#12523#12488#65289) - TabOrder = 0 - end object TabAddRadioGroup: TRadioGroup Left = 12 Top = 288 Width = 477 Height = 49 Caption = #12473#12524#12483#12489#12398#12479#12502#36861#21152#20301#32622'(&D)' - Columns = 2 + Columns = 4 Items.Strings = ( #19968#30058#22987#12417 - #19968#30058#26368#24460) - TabOrder = 3 + #19968#30058#26368#24460 + #29694#22312#12398#21491 + #29694#22312#12398#24038) + TabOrder = 2 end object GroupBox8: TGroupBox Left = 12 @@ -956,7 +974,7 @@ object OptionDialog: TOptionDialog Width = 477 Height = 105 Caption = #30011#20687#12503#12524#12499#12517#12540#12509#12483#12503#12450#12483#12503 - TabOrder = 2 + TabOrder = 1 object Label14: TLabel Left = 12 Top = 48 @@ -1019,7 +1037,7 @@ object OptionDialog: TOptionDialog Width = 477 Height = 69 Caption = #12524#12473#12509#12483#12503#12450#12483#12503#34920#31034#35373#23450 - TabOrder = 1 + TabOrder = 0 object UnActivePopupCheckBox: TCheckBox Left = 12 Top = 20 @@ -1037,6 +1055,78 @@ object OptionDialog: TOptionDialog TabOrder = 1 end end + object GroupBox24: TGroupBox + Left = 11 + Top = 10 + Width = 478 + Height = 81 + Caption = #12524#12473#12509#12483#12503#12450#12483#12503#34920#31034'(&P)' + TabOrder = 3 + object gppRightTopRB: TRadioButton + Left = 324 + Top = 19 + Width = 120 + Height = 20 + Caption = #21491#19978#65288#12487#12501#12457#12523#12488#65289 + TabOrder = 0 + end + object gppTopRB: TRadioButton + Left = 170 + Top = 19 + Width = 120 + Height = 20 + Caption = #19978 + TabOrder = 1 + end + object gppLeftTopRB: TRadioButton + Left = 8 + Top = 19 + Width = 120 + Height = 20 + Caption = #24038#19978 + TabOrder = 2 + end + object gppLeftRB: TRadioButton + Left = 8 + Top = 39 + Width = 120 + Height = 20 + Caption = #24038 + TabOrder = 3 + end + object gppRightRB: TRadioButton + Left = 324 + Top = 39 + Width = 120 + Height = 20 + Caption = #21491 + TabOrder = 4 + end + object gppLeftBottomRB: TRadioButton + Left = 8 + Top = 59 + Width = 120 + Height = 20 + Caption = #24038#19979 + TabOrder = 5 + end + object gppBottomRB: TRadioButton + Left = 170 + Top = 59 + Width = 120 + Height = 20 + Caption = #19979 + TabOrder = 6 + end + object gppRighBottomRB: TRadioButton + Left = 324 + Top = 59 + Width = 120 + Height = 20 + Caption = #21491#19979 + TabOrder = 7 + end + end end object TabSheet2: TTabSheet Caption = #12381#12398#20182#21205#20316#65297 @@ -1045,11 +1135,11 @@ object OptionDialog: TOptionDialog Left = 12 Top = 8 Width = 477 - Height = 125 + Height = 121 Caption = #12450#12489#12524#12473#12496#12540 TabOrder = 0 object Label3: TLabel - Left = 16 + Left = 12 Top = 96 Width = 73 Height = 12 @@ -1057,14 +1147,14 @@ object OptionDialog: TOptionDialog FocusControl = AddressHistoryCountEdit end object Label11: TLabel - Left = 156 + Left = 152 Top = 96 Width = 12 Height = 12 Caption = #20491 end object URLDisplayCheckBox: TCheckBox - Left = 16 + Left = 12 Top = 20 Width = 389 Height = 17 @@ -1072,7 +1162,7 @@ object OptionDialog: TOptionDialog TabOrder = 0 end object AddressHistoryCountEdit: TEdit - Left = 104 + Left = 100 Top = 92 Width = 45 Height = 20 @@ -1080,7 +1170,7 @@ object OptionDialog: TOptionDialog OnExit = AddressHistoryCountEditExit end object TabStopAddressBarCheckBox: TCheckBox - Left = 16 + Left = 12 Top = 44 Width = 389 Height = 17 @@ -1088,7 +1178,7 @@ object OptionDialog: TOptionDialog TabOrder = 1 end object LinkAddCheckBox: TCheckBox - Left = 16 + Left = 12 Top = 68 Width = 413 Height = 17 @@ -1096,109 +1186,159 @@ object OptionDialog: TOptionDialog TabOrder = 2 end end - object GroupBox13: TGroupBox + object GroupBox15: TGroupBox Left = 12 - Top = 140 - Width = 477 - Height = 113 - Caption = #26360#12365#36796#12415'time'#12398#25351#23450 + Top = 132 + Width = 478 + Height = 79 + Caption = #30906#35469#12480#12452#12450#12525#12464 TabOrder = 1 - object Label24: TLabel + object ShowDialogForEndCheckBox: TCheckBox Left = 12 - Top = 20 - Width = 388 - Height = 12 - Caption = #12371#12398#35373#23450#12399#19978#32026#32773#21521#12369#12391#12377#12290#24847#21619#12364#20998#12363#12425#12394#12356#22580#21512#12399#22793#26356#12375#12394#12356#12391#12367#12384#12373#12356#12290 + Top = 21 + Width = 204 + Height = 17 + Caption = #32066#20102#26178#12395#30906#35469#12480#12452#12450#12525#12464#12434#34920#31034#12377#12427 + TabOrder = 0 end - object Label25: TLabel + object AllTabCloseCheckBox: TCheckBox Left = 12 - Top = 36 - Width = 218 - Height = 12 - Caption = #38291#36949#12387#12383#35373#23450#12434#34892#12358#12392#12289#21205#20316#12375#12394#12367#12394#12426#12414#12377#12290 + Top = 48 + Width = 344 + Height = 17 + Caption = #20840#12390#12398#12479#12502#12434#38281#12376#12427#12392#12365#12395#30906#35469#12480#12452#12450#12525#12464#12434#34920#31034#12377#12427 + TabOrder = 1 end - object PostTimeLabel: TLabel + end + object SambaGroupBox: TGroupBox + Left = 12 + Top = 216 + Width = 477 + Height = 48 + Caption = 'Samba24'#23550#31574 + TabOrder = 2 + object UseSambaCheckBox: TCheckBox Left = 12 - Top = 88 - Width = 94 - Height = 12 - Caption = #12510#12471#12531#26178#21051#12363#12425'(&O)' + Top = 19 + Width = 153 + Height = 17 + Caption = 'Samba24'#23550#31574#27231#33021#12434#20351#12358 + TabOrder = 0 end - object Label27: TLabel - Left = 164 - Top = 88 - Width = 12 - Height = 12 - Caption = #31186 + end + object TabAutoSaveLoad: TGroupBox + Left = 11 + Top = 271 + Width = 478 + Height = 50 + Caption = 'Tab'#33258#21205#20445#23384#12539#24489#20803 + TabOrder = 3 + object TabLoadSave: TCheckBox + Left = 13 + Top = 18 + Width = 212 + Height = 17 + Caption = #32066#20102#26178#12395#12479#12502#12398#38918#30058#12434#33258#21205#20445#23384#12539#24489#20803 + TabOrder = 0 end - object PostTimeCheckBox: TCheckBox + end + end + object TabSheet4: TTabSheet + Caption = #12381#12398#20182#21205#20316#65298 + ImageIndex = 11 + object GroupBox13: TGroupBox + Left = 12 + Top = 8 + Width = 473 + Height = 57 + Caption = #12473#12524#12483#12489#32094#36796#12415 + TabOrder = 0 + object UseUndecidedCheckBox: TCheckBox Left = 12 - Top = 60 - Width = 389 + Top = 20 + Width = 213 Height = 17 - Caption = #26360#12365#36796#12415#26178#12395#12510#12471#12531#26178#21051#12434#20351#29992#12377#12427'(&C)' + Caption = #26410#30906#23450#20837#21147#12391#12398#32094#36796#12415#12434#26377#21177#12395#12377#12427 TabOrder = 0 - OnClick = PostTimeCheckBoxClick end - object PostTimeEdit: TEdit - Left = 116 - Top = 84 - Width = 41 - Height = 20 - MaxLength = 4 - TabOrder = 1 - OnExit = PostTimeEditExit + end + object GroupBox19: TGroupBox + Left = 12 + Top = 66 + Width = 473 + Height = 49 + Caption = #23653#27508 + TabOrder = 1 + object Label17: TLabel + Left = 12 + Top = 21 + Width = 89 + Height = 12 + Caption = #12473#12524#12483#12489#20445#23384#25968'(&T)' + FocusControl = MaxRecordCountEdit end - object PutPostTimeRadioButton: TRadioButton - Left = 184 - Top = 84 - Width = 81 - Height = 17 - Caption = #36914#12417#12427'(&P)' - TabOrder = 2 + object Label18: TLabel + Left = 194 + Top = 20 + Width = 12 + Height = 12 + Caption = #20491 end - object BackPostTimeRadioButton: TRadioButton - Left = 268 - Top = 84 - Width = 85 - Height = 17 - Caption = #36933#12425#12379#12427'(&B)' - TabOrder = 3 + object MaxRecordCountEdit: TEdit + Left = 120 + Top = 16 + Width = 65 + Height = 20 + TabOrder = 0 + Text = 'RecordMaxCountEdit' + OnExit = MaxRecordCountEditExit end end - object GroupBox15: TGroupBox + object GroupBox21: TGroupBox Left = 12 - Top = 258 - Width = 478 + Top = 125 + Width = 473 Height = 52 - Caption = #30906#35469#12480#12452#12450#12525#12464 + Caption = #26368#23567#21270#26178#12479#12473#12463#12488#12524#12452 TabOrder = 2 - object ShowDialogForEndCheckBox: TCheckBox - Left = 9 - Top = 21 - Width = 204 + object StoredTaskTrayCB: TCheckBox + Left = 11 + Top = 24 + Width = 118 Height = 17 - Caption = #32066#20102#26178#12395#30906#35469#12480#12452#12450#12525#12464#12434#34920#31034#12377#12427 + Caption = #26377#21177#12395#12377#12427 TabOrder = 0 end end - end - object TabSheet4: TTabSheet - Caption = #12381#12398#20182#21205#20316#65298 - ImageIndex = 12 - object SambaGroupBox: TGroupBox - Left = 13 - Top = 9 + object GroupBox22: TGroupBox + Left = 12 + Top = 184 Width = 473 - Height = 48 - Caption = 'Samba24'#23550#31574 - TabOrder = 0 - object UseSambaCheckBox: TCheckBox - Left = 15 - Top = 19 - Width = 153 + Height = 52 + Caption = #12502#12521#12454#12470#12479#12502 + TabOrder = 3 + object LoopBrowserTabsCB: TCheckBox + Left = 11 + Top = 24 + Width = 134 Height = 17 - Caption = 'Samba24'#23550#31574#27231#33021#12434#20351#12358 + Caption = #12523#12540#12503#12375#12390#31227#21205#12377#12427 + TabOrder = 0 + end + end + object GroupBox23: TGroupBox + Left = 12 + Top = 246 + Width = 473 + Height = 52 + Caption = #12510#12454#12473#12472#12455#12473#12481#12515#12540 + TabOrder = 4 + object IgnoreContextCheckBox: TCheckBox + Left = 11 + Top = 24 + Width = 294 + Height = 17 + Caption = #12467#12531#12486#12461#12473#12488#19978#12391#12510#12454#12473#12472#12455#12473#12481#12515#12540#12434#28961#21177#12395#12377#12427 TabOrder = 0 end end @@ -1340,75 +1480,85 @@ object OptionDialog: TOptionDialog end object ReplaceulCheckBox: TCheckBox Left = 12 - Top = 68 + Top = 66 Width = 221 - Height = 26 + Height = 17 Caption = '