object Form2: TForm2 Left = 394 Top = 199 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Dice �̃v���p�e�B' ClientHeight = 299 ClientWidth = 394 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 12 object Label4: TLabel Left = 15 Top = 267 Width = 50 Height = 24 Caption = 'Dice.' Font.Charset = SHIFTJIS_CHARSET Font.Color = clWhite Font.Height = -24 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = False Transparent = True end object Label3: TLabel Left = 13 Top = 265 Width = 50 Height = 24 Caption = 'Dice.' Font.Charset = SHIFTJIS_CHARSET Font.Color = clGray Font.Height = -24 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = False Transparent = True end object Bevel1: TBevel Left = 4 Top = 6 Width = 385 Height = 249 Shape = bsFrame end object Label2: TLabel Left = 14 Top = 266 Width = 50 Height = 24 Caption = 'Dice.' Font.Charset = SHIFTJIS_CHARSET Font.Color = clSilver Font.Height = -24 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False Transparent = True end object ListBox1: TListBox Left = 12 Top = 16 Width = 225 Height = 205 ItemHeight = 12 MultiSelect = True PopupMenu = PopupMenu1 Sorted = True TabOrder = 0 OnClick = ListBox1Click end object Edit1: TEdit Left = 12 Top = 228 Width = 365 Height = 20 ReadOnly = True TabOrder = 1 Text = 'Edit1' end object Button1: TButton Left = 248 Top = 16 Width = 93 Height = 25 Caption = '�lj�(&A)...' TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 248 Top = 47 Width = 93 Height = 25 Caption = '�폜(&D)' Enabled = False TabOrder = 3 OnClick = Button2Click end object Button3: TButton Left = 192 Top = 264 Width = 93 Height = 25 Caption = 'OK' TabOrder = 4 OnClick = Button3Click end object Button4: TButton Left = 296 Top = 264 Width = 93 Height = 25 Caption = '�L�����Z��' TabOrder = 5 OnClick = Button4Click end object GroupBox1: TGroupBox Left = 244 Top = 156 Width = 137 Height = 65 Caption = '���X�g�\��' TabOrder = 6 object RadioButton1: TRadioButton Left = 8 Top = 20 Width = 125 Height = 17 Caption = '�t�@�C�����̂ݕ\��' Checked = True TabOrder = 0 TabStop = True OnClick = RadioButton1Click end object RadioButton2: TRadioButton Left = 8 Top = 40 Width = 109 Height = 13 Caption = '�t���p�X�\��' TabOrder = 1 OnClick = RadioButton2Click end end object PopupMenu1: TPopupMenu Left = 352 Top = 44 object A1: TMenuItem Caption = '�lj�(&A)...' OnClick = A1Click end object Delete1: TMenuItem Caption = '�폜(&D)' OnClick = Delete1Click end end object OpenDialog1: TOpenDialog Left = 352 Top = 16 end end