Browse Subversion Repository
Contents of /branches/MoneyImport/MainForm.dfm
Parent Directory
| Revision Log
Revision 205 -
( show annotations)
( download)
Sun May 18 04:21:59 2008 UTC
(15 years, 10 months ago)
by tmurakam
File size: 1769 byte(s)
move older MoneyImport
| 1 |
object MForm: TMForm |
| 2 |
Left = 233 |
| 3 |
Top = 123 |
| 4 |
BorderStyle = bsSingle |
| 5 |
Caption = 'MoneyImport' |
| 6 |
ClientHeight = 230 |
| 7 |
ClientWidth = 420 |
| 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 |
OnShow = FormShow |
| 16 |
PixelsPerInch = 96 |
| 17 |
TextHeight = 12 |
| 18 |
object Label1: TLabel |
| 19 |
Left = 32 |
| 20 |
Top = 16 |
| 21 |
Width = 48 |
| 22 |
Height = 12 |
| 23 |
Caption = #21475#24231#24773#22577 |
| 24 |
end |
| 25 |
object ButtonConvert: TButton |
| 26 |
Left = 120 |
| 27 |
Top = 184 |
| 28 |
Width = 89 |
| 29 |
Height = 25 |
| 30 |
Caption = #22793#25563 |
| 31 |
Font.Charset = SHIFTJIS_CHARSET |
| 32 |
Font.Color = clWindowText |
| 33 |
Font.Height = -12 |
| 34 |
Font.Name = #65325#65331' '#65328#12468#12471#12483#12463 |
| 35 |
Font.Style = [fsBold] |
| 36 |
ParentFont = False |
| 37 |
TabOrder = 0 |
| 38 |
OnClick = ButtonConvertClick |
| 39 |
end |
| 40 |
object ButtonQuit: TButton |
| 41 |
Left = 224 |
| 42 |
Top = 184 |
| 43 |
Width = 49 |
| 44 |
Height = 25 |
| 45 |
Caption = #32066#20102 |
| 46 |
TabOrder = 1 |
| 47 |
OnClick = ButtonQuitClick |
| 48 |
end |
| 49 |
object ButtonHelp: TButton |
| 50 |
Left = 280 |
| 51 |
Top = 184 |
| 52 |
Width = 49 |
| 53 |
Height = 25 |
| 54 |
Caption = #12504#12523#12503 |
| 55 |
TabOrder = 2 |
| 56 |
OnClick = ButtonHelpClick |
| 57 |
end |
| 58 |
object AcGrid: TStringGrid |
| 59 |
Left = 24 |
| 60 |
Top = 40 |
| 61 |
Width = 369 |
| 62 |
Height = 129 |
| 63 |
ColCount = 4 |
| 64 |
FixedCols = 2 |
| 65 |
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing] |
| 66 |
TabOrder = 3 |
| 67 |
OnExit = AcGridExit |
| 68 |
ColWidths = ( |
| 69 |
104 |
| 70 |
61 |
| 71 |
62 |
| 72 |
132) |
| 73 |
RowHeights = ( |
| 74 |
24 |
| 75 |
24 |
| 76 |
24 |
| 77 |
24 |
| 78 |
24) |
| 79 |
end |
| 80 |
object OpenDialog: TOpenDialog |
| 81 |
Filter = 'CSV Files (*.csv)|*.csv|All Files (*.*)|*.*' |
| 82 |
Left = 80 |
| 83 |
Top = 184 |
| 84 |
end |
| 85 |
end |
Properties
| svn:eol-style |
native
|
| svn:keywords |
Author Date Id Revision
|
|