Develop and Download Open Source Software

Browse Subversion Repository

Contents of /Unit1.dfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download)
Wed Jul 15 21:51:48 2015 UTC (8 years, 8 months ago) by yamat0jp
File size: 1848 byte(s)


1 object Form1: TForm1
2 Left = 0
3 Top = 0
4 Caption = 'Form1'
5 ClientHeight = 300
6 ClientWidth = 635
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'Tahoma'
12 Font.Style = []
13 OldCreateOrder = False
14 OnCreate = FormCreate
15 OnDestroy = FormDestroy
16 PixelsPerInch = 96
17 TextHeight = 13
18 object Label1: TLabel
19 Left = 472
20 Top = 141
21 Width = 97
22 Height = 13
23 Caption = 'AnimationRowCount'
24 end
25 object Label2: TLabel
26 Left = 472
27 Top = 187
28 Width = 31
29 Height = 13
30 Caption = 'Label2'
31 end
32 object Image1: TImage
33 Left = 32
34 Top = 24
35 Width = 358
36 Height = 246
37 Proportional = True
38 Stretch = True
39 end
40 object Button1: TButton
41 Left = 472
42 Top = 40
43 Width = 75
44 Height = 25
45 Caption = 'Open'
46 TabOrder = 0
47 OnClick = Button1Click
48 end
49 object Edit1: TEdit
50 Left = 472
51 Top = 160
52 Width = 41
53 Height = 21
54 TabOrder = 1
55 Text = '1'
56 end
57 object UpDown1: TUpDown
58 Left = 513
59 Top = 160
60 Width = 16
61 Height = 21
62 Associate = Edit1
63 Min = 1
64 Position = 1
65 TabOrder = 2
66 OnChangingEx = UpDown1ChangingEx
67 end
68 object Button2: TButton
69 Left = 472
70 Top = 224
71 Width = 75
72 Height = 25
73 Caption = 'clear'
74 TabOrder = 3
75 OnClick = Button2Click
76 end
77 object Button3: TButton
78 Left = 472
79 Top = 255
80 Width = 75
81 Height = 25
82 Caption = 'Save'
83 TabOrder = 4
84 OnClick = Button3Click
85 end
86 object OpenPictureDialog1: TOpenPictureDialog
87 Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
88 Left = 280
89 Top = 144
90 end
91 object SavePictureDialog1: TSavePictureDialog
92 Left = 280
93 Top = 80
94 end
95 end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26