Develop and Download Open Source Software

Browse Subversion Repository

Contents of /Unit1.dfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17 - (show annotations) (download)
Wed Sep 28 14:30:22 2016 UTC (7 years, 5 months ago) by yamat0jp
File size: 2468 byte(s)
localappはローカルにdata.sdbファイルをダウンロードして再設定を行うためのソフトです
1 object Form1: TForm1
2 Left = 0
3 Top = 0
4 Caption = 'Form1'
5 ClientHeight = 299
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 PixelsPerInch = 96
16 TextHeight = 13
17 object DBEdit1: TDBEdit
18 Left = 48
19 Top = 56
20 Width = 193
21 Height = 21
22 DataField = 'TITLE'
23 DataSource = DataSource1
24 TabOrder = 0
25 end
26 object DBMemo1: TDBMemo
27 Left = 48
28 Top = 144
29 Width = 185
30 Height = 89
31 DataField = 'TITLE2'
32 DataSource = DataSource1
33 TabOrder = 1
34 end
35 object Memo1: TMemo
36 Left = 320
37 Top = 144
38 Width = 185
39 Height = 89
40 Lines.Strings = (
41 'Memo1')
42 TabOrder = 2
43 end
44 object DBEdit2: TDBEdit
45 Left = 48
46 Top = 96
47 Width = 121
48 Height = 21
49 DataField = 'PASS'
50 DataSource = DataSource1
51 TabOrder = 3
52 end
53 object Button1: TButton
54 Left = 336
55 Top = 48
56 Width = 75
57 Height = 25
58 Caption = 'post'
59 TabOrder = 4
60 OnClick = Button1Click
61 end
62 object FDTable1: TFDTable
63 Connection = FDConnection1
64 UpdateOptions.UpdateTableName = 'INFORMATION'
65 TableName = 'INFORMATION'
66 Left = 448
67 Top = 72
68 object FDTable1HOME: TWideMemoField
69 FieldName = 'HOME'
70 Origin = 'HOME'
71 BlobType = ftWideString
72 end
73 object FDTable1TITLE: TWideStringField
74 FieldName = 'TITLE'
75 Origin = 'TITLE'
76 Size = 32767
77 end
78 object FDTable1TITLE2: TWideMemoField
79 FieldName = 'TITLE2'
80 Origin = 'TITLE2'
81 BlobType = ftWideMemo
82 end
83 object FDTable1PASS: TWideStringField
84 FieldName = 'PASS'
85 Origin = 'PASS'
86 Size = 32767
87 end
88 object FDTable1NGWORDS: TWideMemoField
89 FieldName = 'NGWORDS'
90 Origin = 'NGWORDS'
91 BlobType = ftWideMemo
92 end
93 object FDTable1MENTE: TBooleanField
94 FieldName = 'MENTE'
95 Origin = 'MENTE'
96 end
97 end
98 object FDConnection1: TFDConnection
99 Params.Strings = (
100 'Database=data.sdb'
101 'DriverID=SQLite')
102 Left = 448
103 Top = 136
104 end
105 object DataSource1: TDataSource
106 DataSet = FDTable1
107 Left = 448
108 Top = 200
109 end
110 object FDGUIxWaitCursor1: TFDGUIxWaitCursor
111 Provider = 'Forms'
112 Left = 528
113 Top = 72
114 end
115 end

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