OSDN Git Service

first commit
[kanji/kanji.git] / Unit1.dfm
1 object Form1: TForm1
2   Left = 0
3   Top = 0
4   BorderStyle = bsToolWindow
5   Caption = 'Form1'
6   ClientHeight = 309
7   ClientWidth = 460
8   Color = clBtnFace
9   Font.Charset = DEFAULT_CHARSET
10   Font.Color = clWindowText
11   Font.Height = -11
12   Font.Name = 'Tahoma'
13   Font.Style = []
14   OldCreateOrder = False
15   PixelsPerInch = 96
16   TextHeight = 13
17   object Edit1: TEdit
18     Left = 72
19     Top = 80
20     Width = 305
21     Height = 124
22     Font.Charset = DEFAULT_CHARSET
23     Font.Color = clWindowText
24     Font.Height = -96
25     Font.Name = 'Tahoma'
26     Font.Style = []
27     ParentFont = False
28     TabOrder = 0
29     OnKeyDown = Edit1KeyDown
30   end
31 end