Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /Unit7.dfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12 - (hide annotations) (download)
Sun Jul 24 06:09:44 2016 UTC (7 years, 7 months ago) by yamat0jp
File size: 3312 byte(s)
エラーは出てしまいますがORDER_DATAを第3正規化できたのでチェック前にコミット
1 yamat0jp 5 object PayForm: TPayForm
2 yamat0jp 1 Left = 0
3     Top = 0
4     Width = 555
5     Height = 400
6     RenderInvisibleControls = False
7     AllowPageAccess = True
8     ConnectionMode = cmAny
9     Background.Fixed = False
10     LayoutMgr = IWTemplateProcessorHTML1
11     HandleTabs = False
12     LeftToRight = True
13     LockUntilLoaded = True
14     LockOnSubmit = True
15     ShowHint = True
16     XPTheme = True
17     DesignLeft = 8
18     DesignTop = 8
19     object IWButton1: TIWButton
20     Left = 168
21     Top = 240
22     Width = 75
23     Height = 25
24 yamat0jp 12 Caption = #25903#25173
25 yamat0jp 1 Color = clBtnFace
26     Font.Color = clNone
27     Font.Size = 10
28     Font.Style = []
29     FriendlyName = 'IWButton1'
30 yamat0jp 12 TabOrder = 2
31 yamat0jp 7 OnClick = IWButton1Click
32 yamat0jp 1 end
33     object IWButton2: TIWButton
34     Left = 296
35     Top = 240
36     Width = 75
37     Height = 25
38     Caption = #12461#12515#12531#12475#12523
39     Color = clBtnFace
40     Font.Color = clNone
41     Font.Size = 10
42     Font.Style = []
43     FriendlyName = 'IWButton2'
44 yamat0jp 12 TabOrder = 3
45 yamat0jp 6 OnClick = IWButton2Click
46 yamat0jp 1 end
47 yamat0jp 6 object IWDBLabel1: TIWDBLabel
48     Left = 216
49 yamat0jp 12 Top = 200
50 yamat0jp 6 Width = 60
51     Height = 16
52     Font.Color = clNone
53     Font.Size = 10
54     Font.Style = []
55     HasTabOrder = False
56     DataField = 'ADDRESS'
57     DataSource = DataModule3.user
58     FriendlyName = 'IWDBLabel1'
59     end
60 yamat0jp 12 object IWDBLabel2: TIWDBLabel
61     Left = 202
62     Top = 160
63     Width = 36
64     Height = 16
65     Font.Color = clNone
66     Font.Size = 10
67     Font.Style = []
68     HasTabOrder = False
69     DataField = 'NAME'
70     DataSource = DataModule3.user
71     FriendlyName = 'IWDBLabel2'
72     end
73     object IWButton3: TIWButton
74     Left = 232
75     Top = 304
76     Width = 75
77     Height = 25
78     Caption = #22793#26356
79     Color = clBtnFace
80     Font.Color = clNone
81     Font.Size = 10
82     Font.Style = []
83     FriendlyName = 'IWButton3'
84     TabOrder = 4
85     OnClick = IWButton3Click
86     end
87     object IWRadioButton1: TIWRadioButton
88     Left = 72
89     Top = 200
90     Width = 121
91     Height = 21
92     Caption = #12362#23626#12369#20808#65297
93     Font.Color = clNone
94     Font.Size = 10
95     Font.Style = []
96     Checked = True
97     Group = '0'
98     Value = 'IWRadioButton1'
99     FriendlyName = 'IWRadioButton1'
100     SubmitOnAsyncEvent = True
101     end
102     object IWRadioButton2: TIWRadioButton
103     Left = 384
104     Top = 200
105     Width = 121
106     Height = 21
107     Caption = #12362#23626#12369#20808#65298
108     Font.Color = clNone
109     Font.Size = 10
110     Font.Style = []
111     Group = '0'
112     Value = 'IWRadioButton2'
113     FriendlyName = 'IWRadioButton2'
114     SubmitOnAsyncEvent = True
115     end
116     object IWEdit1: TIWEdit
117     Left = 321
118     Top = 304
119     Width = 121
120     Height = 21
121     Visible = False
122     Font.Color = clNone
123     Font.Size = 10
124     Font.Style = []
125     FriendlyName = 'IWEdit1'
126     SubmitOnAsyncEvent = True
127     TabOrder = 5
128     end
129     object IWDBLabel3: TIWDBLabel
130     Left = 312
131     Top = 344
132     Width = 68
133     Height = 16
134     Font.Color = clNone
135     Font.Size = 10
136     Font.Style = []
137     HasTabOrder = False
138     DataField = 'ADDRESS2'
139     DataSource = DataModule3.user
140     FriendlyName = 'IWDBLabel3'
141     end
142 yamat0jp 1 object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML
143     TagType = ttIntraWeb
144 yamat0jp 5 Templates.Default = 'pay.htm'
145 yamat0jp 1 Left = 336
146     Top = 144
147     end
148     end

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