OSDN Git Service

瓶からののURLジャンプができなくなっていた問題を修正
[winbottle/winbottle.git] / bottleclient / MinMaxEditor.dfm
1 object frmMinMaxEditor: TfrmMinMaxEditor
2   Left = 683
3   Top = 488
4   BorderStyle = bsDialog
5   Caption = #26368#23567#20516#12392#26368#22823#20516
6   ClientHeight = 82
7   ClientWidth = 296
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 = poScreenCenter
16   PixelsPerInch = 96
17   TextHeight = 12
18   object Label1: TLabel
19     Left = 112
20     Top = 24
21     Width = 24
22     Height = 12
23     Caption = #20197#19978
24   end
25   object Label2: TLabel
26     Left = 248
27     Top = 24
28     Width = 24
29     Height = 12
30     Caption = #20197#19979
31   end
32   object btnCancel: TButton
33     Left = 128
34     Top = 48
35     Width = 81
36     Height = 25
37     Cancel = True
38     Caption = #12461#12515#12531#12475#12523'(&C)'
39     TabOrder = 1
40     OnClick = btnCancelClick
41   end
42   object btnOk: TButton
43     Left = 216
44     Top = 48
45     Width = 67
46     Height = 25
47     Caption = '&OK'
48     Default = True
49     TabOrder = 0
50     OnClick = btnOkClick
51   end
52   object spnMin: TSpinEdit
53     Left = 8
54     Top = 16
55     Width = 97
56     Height = 21
57     MaxValue = 100000
58     MinValue = 0
59     TabOrder = 2
60     Value = 0
61   end
62   object spnMax: TSpinEdit
63     Left = 144
64     Top = 16
65     Width = 97
66     Height = 21
67     MaxValue = 100000
68     MinValue = 0
69     TabOrder = 3
70     Value = 0
71   end
72 end