object JTfrmPreview: TJTfrmPreview Left = 205 Top = 255 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'JTfrmPreview' ClientHeight = 226 ClientWidth = 446 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 180 Top = 14 Width = 33 Height = 12 Caption = 'Label1' end object Label2: TLabel Left = 180 Top = 66 Width = 33 Height = 12 Caption = 'Label1' end object Label3: TLabel Left = 180 Top = 122 Width = 33 Height = 12 Caption = 'Label1' end object PrevBase: TPanel Left = 10 Top = 10 Width = 160 Height = 160 BevelOuter = bvNone BorderStyle = bsSingle Color = clOlive TabOrder = 9 object MxPreview: TMxImage Left = 4 Top = 4 Width = 100 Height = 100 UndoBuffer = 1 Zoom = 100 RLECompress = False MouseCapture = False end end object SpinEdit1: TRxSpinEdit Left = 374 Top = 35 Width = 60 Height = 20 ButtonKind = bkStandard Decimal = 0 MaxValue = 100.000000000000000000 MinValue = -100.000000000000000000 ValueType = vtFloat TabOrder = 0 OnChange = SpinEdit1Change end object btnOK: TButton Left = 146 Top = 188 Width = 90 Height = 25 Caption = 'OK' Default = True TabOrder = 6 OnClick = btnOKClick end object btnCancel: TButton Left = 246 Top = 188 Width = 90 Height = 25 Cancel = True Caption = '�L�����Z��' TabOrder = 7 OnClick = btnCancelClick end object SpinEdit2: TRxSpinEdit Left = 374 Top = 87 Width = 60 Height = 20 ButtonKind = bkStandard Decimal = 0 MinValue = 0.200000000000000000 ValueType = vtFloat TabOrder = 2 OnChange = SpinEdit2Change end object SpinEdit3: TRxSpinEdit Left = 374 Top = 143 Width = 60 Height = 20 ButtonKind = bkStandard Decimal = 0 MinValue = 0.200000000000000000 ValueType = vtFloat TabOrder = 4 OnChange = SpinEdit3Change end object ScrollBar1: TTrackBar Left = 176 Top = 28 Width = 194 Height = 28 Orientation = trHorizontal PageSize = 10 Frequency = 10 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 1 ThumbLength = 18 TickMarks = tmTopLeft TickStyle = tsAuto OnChange = ScrollBar1Change end object ScrollBar2: TTrackBar Left = 180 Top = 84 Width = 190 Height = 28 Orientation = trHorizontal PageSize = 10 Frequency = 10 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 3 ThumbLength = 18 TickMarks = tmTopLeft TickStyle = tsAuto OnChange = ScrollBar2Change end object ScrollBar3: TTrackBar Left = 176 Top = 136 Width = 194 Height = 28 Orientation = trHorizontal PageSize = 10 Frequency = 10 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 5 ThumbLength = 18 TickMarks = tmTopLeft TickStyle = tsAuto OnChange = ScrollBar3Change end object btnHelp: TButton Left = 346 Top = 188 Width = 90 Height = 25 Caption = '�w���v' TabOrder = 8 OnClick = btnHelpClick end object CheckBox1: TCheckBox Left = 180 Top = 68 Width = 97 Height = 17 Caption = 'CheckBox1' TabOrder = 10 Visible = False OnClick = CheckBox1Click end end