X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Search.dfm;h=7f41311b0b9f247e52346b28492116363590c037;hb=refs%2Fheads%2Fmaster;hp=e18f0ab4735d46066e3632c973f1b36edf700543;hpb=182cf92bbffc281de44243af168216c93fb44c92;p=gikonavigoeson%2Fgikonavi.git diff --git a/Search.dfm b/Search.dfm index e18f0ab..7f41311 100644 --- a/Search.dfm +++ b/Search.dfm @@ -1,26 +1,31 @@ object SearchDialog: TSearchDialog Left = 357 Top = 115 + Width = 458 + Height = 330 HorzScrollBar.Visible = False VertScrollBar.Visible = False - BorderStyle = bsDialog - Caption = #26908#32034 - ClientHeight = 288 - ClientWidth = 450 + Caption = #12525#12464#26908#32034 Color = clBtnFace + Constraints.MinHeight = 315 + Constraints.MinWidth = 458 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = #65325#65331' '#65328#12468#12471#12483#12463 Font.Style = [] OldCreateOrder = False - Position = poOwnerFormCenter + OnCloseQuery = FormCloseQuery OnCreate = FormCreate + OnDestroy = FormDestroy + DesignSize = ( + 442 + 292) PixelsPerInch = 96 TextHeight = 12 object BoardLabel: TLabel Left = 8 - Top = 84 + Top = 116 Width = 72 Height = 12 Caption = #26908#32034#12377#12427#26495'(&L)' @@ -35,9 +40,10 @@ object SearchDialog: TSearchDialog end object BoardListView: TListView Left = 156 - Top = 100 + Top = 136 Width = 285 - Height = 157 + Height = 129 + Anchors = [akLeft, akTop, akRight, akBottom] Checkboxes = True Columns = < item @@ -51,12 +57,14 @@ object SearchDialog: TSearchDialog ViewStyle = vsReport OnChange = BoardListViewChange OnDblClick = BoardListViewDblClick + OnResize = BoardListViewResize end object OkBotton: TButton Left = 248 - Top = 264 + Top = 271 Width = 93 Height = 21 + Anchors = [akRight, akBottom] Caption = #26908#32034#38283#22987 Default = True TabOrder = 4 @@ -64,19 +72,23 @@ object SearchDialog: TSearchDialog end object CancelBotton: TButton Left = 348 - Top = 264 + Top = 271 Width = 93 Height = 21 + Anchors = [akRight, akBottom] Cancel = True Caption = #12461#12515#12531#12475#12523 + Enabled = False ModalResult = 2 TabOrder = 5 + OnClick = CancelBottonClick end object SearchComboBox: TComboBox Left = 96 Top = 4 Width = 345 Height = 20 + Anchors = [akLeft, akTop, akRight] DropDownCount = 20 ItemHeight = 12 TabOrder = 0 @@ -135,9 +147,10 @@ object SearchDialog: TSearchDialog end object CategoryListView: TListView Left = 8 - Top = 100 + Top = 136 Width = 141 - Height = 157 + Height = 129 + Anchors = [akLeft, akTop, akBottom] Columns = < item Width = 120 @@ -152,18 +165,20 @@ object SearchDialog: TSearchDialog end object AllReleaseButton: TButton Left = 348 - Top = 76 + Top = 108 Width = 93 Height = 21 + Anchors = [akTop, akRight] Caption = #12377#12409#12390#35299#38500'(&C)' TabOrder = 7 OnClick = AllReleaseButtonClick end object AllSelectButton: TButton Left = 248 - Top = 76 + Top = 108 Width = 93 Height = 21 + Anchors = [akTop, akRight] Caption = #12377#12409#12390#36984#25246'(&A)' TabOrder = 6 OnClick = AllSelectButtonClick @@ -172,8 +187,9 @@ object SearchDialog: TSearchDialog Left = 8 Top = 28 Width = 433 - Height = 41 - Caption = #26908#32034#23550#35937 + Height = 69 + Anchors = [akLeft, akTop, akRight] + Caption = #26908#32034#12458#12503#12471#12519#12531 TabOrder = 1 object NameCheckBox: TCheckBox Left = 12 @@ -186,7 +202,7 @@ object SearchDialog: TSearchDialog TabOrder = 0 end object MailCheckBox: TCheckBox - Left = 92 + Left = 100 Top = 16 Width = 121 Height = 17 @@ -196,7 +212,7 @@ object SearchDialog: TSearchDialog TabOrder = 1 end object IDCheckBox: TCheckBox - Left = 224 + Left = 232 Top = 16 Width = 85 Height = 17 @@ -206,7 +222,7 @@ object SearchDialog: TSearchDialog TabOrder = 2 end object SentenceCheckBox: TCheckBox - Left = 320 + Left = 328 Top = 16 Width = 69 Height = 17 @@ -215,5 +231,40 @@ object SearchDialog: TSearchDialog State = cbChecked TabOrder = 3 end + object RegExpCheckBox: TCheckBox + Left = 12 + Top = 40 + Width = 85 + Height = 17 + Caption = #27491#35215#34920#29694'(&E)' + TabOrder = 4 + end + object GoogleCheckBox: TCheckBox + Left = 100 + Top = 40 + Width = 149 + Height = 17 + Caption = #21462#24471#28168#12415#12525#12464#12398#12415'(&R)' + TabOrder = 5 + Visible = False + end + object FuzzyCharDicCheckBox: TCheckBox + Left = 232 + Top = 40 + Width = 145 + Height = 17 + Caption = #12354#12356#12414#12356#25991#23383#12398#21516#19968#35222 + TabOrder = 6 + end + end + object BoardsProgressBar: TProgressBar + Left = 8 + Top = 275 + Width = 145 + Height = 16 + Smooth = True + Step = 1 + TabOrder = 8 + Visible = False end end