OSDN Git Service

0bea4d8c7203ef420a4b9bc41e4f1f8d2e42334d
[newbbs/newbbs.git] / tool / Unit1.fmx
1 object Form2: TForm2
2   Left = 0
3   Top = 0
4   Caption = 'BlankForm'
5   ClientHeight = 595
6   ClientWidth = 640
7   FormFactor.Width = 1280
8   FormFactor.Height = 1024
9   FormFactor.Devices = [Desktop]
10   OnCreate = FormCreate
11   DesignerMasterStyle = 0
12   object Image1: TImage
13     MultiResBitmap = <
14       item
15       end>
16     Position.X = 120.000000000000000000
17     Position.Y = 32.000000000000000000
18     Size.Width = 265.000000000000000000
19     Size.Height = 233.000000000000000000
20     Size.PlatformDefault = False
21   end
22   object Edit1: TEdit
23     Touch.InteractiveGestures = [LongTap, DoubleTap]
24     TabOrder = 5
25     Position.X = 160.000000000000000000
26     Position.Y = 304.000000000000000000
27     Size.Width = 164.000000000000000000
28     Size.Height = 32.000000000000000000
29     Size.PlatformDefault = False
30   end
31   object NavigatorBindSourceDB12: TBindNavigator
32     Position.X = 160.000000000000000000
33     Position.Y = 392.000000000000000000
34     Size.Width = 241.000000000000000000
35     Size.Height = 25.000000000000000000
36     Size.PlatformDefault = False
37     TabOrder = 12
38     DataSource = BindSourceDB12
39     xRadius = 4.000000000000000000
40     yRadius = 4.000000000000000000
41   end
42   object FDTable1: TFDTable
43     Active = True
44     Connection = FDConnection1
45     UpdateOptions.UpdateTableName = 'kainushi.images'
46     TableName = 'kainushi.images'
47     Left = 296
48     Top = 192
49   end
50   object FDConnection1: TFDConnection
51     Params.Strings = (
52       'Database=kainushi'
53       'User_Name=kainushi'
54       'Password=admin'
55       'Server=localhost'
56       'DriverID=MySQL')
57     Connected = True
58     Left = 360
59     Top = 192
60   end
61   object BindingsList1: TBindingsList
62     Methods = <>
63     OutputConverters = <>
64     Left = 20
65     Top = 5
66     object LinkPropertyToFieldBitmap: TLinkPropertyToField
67       Category = #12463#12452#12483#12463' '#12496#12452#12531#12487#12451#12531#12464
68       DataSource = BindSourceDB12
69       FieldName = 'source'
70       Component = Image1
71       ComponentProperty = 'Bitmap'
72     end
73     object LinkControlToField1: TLinkControlToField
74       Category = #12463#12452#12483#12463' '#12496#12452#12531#12487#12451#12531#12464
75       DataSource = BindSourceDB12
76       FieldName = 'name'
77       Control = Edit1
78       Track = False
79     end
80   end
81   object FDGUIxWaitCursor1: TFDGUIxWaitCursor
82     Provider = 'FMX'
83     Left = 408
84     Top = 224
85   end
86   object BindSourceDB12: TBindSourceDB
87     DataSet = FDTable1
88     ScopeMappings = <>
89     Left = 304
90     Top = 280
91   end
92 end