OSDN Git Service

瓶からののURLジャンプができなくなっていた問題を修正
[winbottle/winbottle.git] / bottleclient / OpenFileEditor.dfm
1 object frmOpenFileEditor: TfrmOpenFileEditor
2   Left = 480
3   Top = 563
4   BorderStyle = bsDialog
5   Caption = #12501#12449#12452#12523#12398#25351#23450
6   ClientHeight = 88
7   ClientWidth = 411
8   Color = clBtnFace
9   Font.Charset = SHIFTJIS_CHARSET
10   Font.Color = clWindowText
11   Font.Height = -12
12   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
13   Font.Style = []
14   OldCreateOrder = False
15   Position = poDesktopCenter
16   PixelsPerInch = 96
17   TextHeight = 12
18   object lblCaption: TLabel
19     Left = 8
20     Top = 8
21     Width = 39
22     Height = 12
23     Caption = 'Caption'
24   end
25   object edtFile: TEdit
26     Left = 8
27     Top = 24
28     Width = 313
29     Height = 20
30     TabOrder = 0
31   end
32   object btnBrowse: TButton
33     Left = 328
34     Top = 24
35     Width = 75
36     Height = 25
37     Caption = #21442#29031'(&B)'
38     TabOrder = 1
39     OnClick = btnBrowseClick
40   end
41   object btnCancel: TButton
42     Left = 248
43     Top = 56
44     Width = 81
45     Height = 25
46     Cancel = True
47     Caption = #12461#12515#12531#12475#12523'(&C)'
48     ModalResult = 2
49     TabOrder = 2
50   end
51   object btnOk: TButton
52     Left = 336
53     Top = 56
54     Width = 67
55     Height = 25
56     Caption = '&OK'
57     Default = True
58     ModalResult = 1
59     TabOrder = 3
60   end
61   object OpenDialog: TOpenDialog
62     Left = 8
63     Top = 48
64   end
65   object SaveDialog: TSaveDialog
66     Left = 40
67     Top = 48
68   end
69 end