Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /Unit1.dfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations) (download)
Thu Jul 16 20:11:51 2015 UTC (8 years, 8 months ago) by yamat0jp
File size: 2088 byte(s)
見直しました
1 yamat0jp 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 yamat0jp 3 object CheckBox1: TCheckBox
87     Left = 472
88     Top = 96
89     Width = 97
90     Height = 17
91     Caption = 'Square'
92     Checked = True
93     State = cbChecked
94     TabOrder = 5
95     OnClick = CheckBox1Click
96     end
97 yamat0jp 1 object OpenPictureDialog1: TOpenPictureDialog
98     Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
99     Left = 280
100     Top = 144
101     end
102     object SavePictureDialog1: TSavePictureDialog
103 yamat0jp 2 DefaultExt = 'bmp'
104 yamat0jp 1 Left = 280
105     Top = 80
106     end
107     end

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