object StretchDlg: TStretchDlg Left = 248 Top = 232 HelpContext = 5 BorderIcons = [biSystemMenu] BorderStyle = bsDialog BorderWidth = 6 ClientHeight = 198 ClientWidth = 258 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] OldCreateOrder = False ShowHint = True OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 15 object Panel4: TPanel Left = 0 Top = 165 Width = 258 Height = 33 Align = alBottom AutoSize = True BevelOuter = bvNone BorderWidth = 4 TabOrder = 0 object CancelBtn: TButton Left = 84 Top = 4 Width = 89 Height = 25 Anchors = [akLeft, akBottom] Cancel = True Caption = '�L�����Z��' ModalResult = 2 TabOrder = 0 end object OKBtn: TButton Left = 12 Top = 4 Width = 64 Height = 25 Anchors = [akLeft, akBottom] Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object ApplyBtn: TButton Left = 181 Top = 4 Width = 64 Height = 25 Anchors = [akLeft, akBottom] Caption = '�K�p' TabOrder = 2 OnClick = ApplyBtnClick end end object Panel1: TPanel Left = 0 Top = 0 Width = 258 Height = 53 Align = alTop AutoSize = True BevelOuter = bvNone BorderWidth = 4 TabOrder = 1 object Label1: TLabel Left = 4 Top = 8 Width = 8 Height = 15 Caption = '-' end object Label2: TLabel Left = 240 Top = 8 Width = 8 Height = 15 Caption = '+' end object SetBtn1: TButton Left = 18 Top = 32 Width = 17 Height = 17 Caption = '2' Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = SetBtnXClick end object TrackBar1: TTrackBar Left = 14 Top = 4 Width = 224 Height = 27 Max = 200 Min = -200 Orientation = trHorizontal PageSize = 25 Frequency = 100 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 1 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TrackBar1Change end object SetBtn2: TButton Tag = 1 Left = 68 Top = 32 Width = 17 Height = 17 Caption = '1' Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = SetBtnXClick end object SetBtn3: TButton Tag = 2 Left = 118 Top = 32 Width = 17 Height = 17 Caption = '0' Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = SetBtnXClick end object SetBtn4: TButton Tag = 3 Left = 168 Top = 32 Width = 17 Height = 17 Caption = '1' Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False TabOrder = 4 OnClick = SetBtnXClick end object SetBtn5: TButton Tag = 4 Left = 218 Top = 32 Width = 17 Height = 17 Caption = '2' Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False TabOrder = 5 OnClick = SetBtnXClick end end object Panel2: TPanel Left = 0 Top = 53 Width = 258 Height = 78 AutoSize = True BevelOuter = bvNone BorderWidth = 4 TabOrder = 2 object RadioGroup1: TRadioGroup Left = 4 Top = 4 Width = 250 Height = 70 Align = alClient Caption = '����' Columns = 3 Items.Strings = ( '����(&C)' '�΂�(&L)' '���E(&H)' '�㉺(&V)' '��](&R)' '�c��(&X)') TabOrder = 0 OnClick = RadioGroup1Click end end object Panel3: TPanel Left = 0 Top = 134 Width = 258 Height = 31 Align = alBottom BevelOuter = bvNone TabOrder = 3 object Grp0CheckBox: TCheckBox Left = 21 Top = 7 Width = 217 Height = 17 Caption = '�������f�Ђ��A�����ĐL�k' TabOrder = 0 end end end