Develop and Download Open Source Software

Browse Subversion Repository

Diff of /Unit7.dfm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7 by yamat0jp, Wed Dec 30 09:56:24 2015 UTC revision 12 by yamat0jp, Sun Jul 24 06:09:44 2016 UTC
# Line 21  object PayForm: TPayForm Line 21  object PayForm: TPayForm
21      Top = 240      Top = 240
22      Width = 75      Width = 75
23      Height = 25      Height = 25
24      Caption = #30906#35469      Caption = #25903#25173
25      Color = clBtnFace      Color = clBtnFace
26      Font.Color = clNone      Font.Color = clNone
27      Font.Size = 10      Font.Size = 10
28      Font.Style = []      Font.Style = []
29      FriendlyName = 'IWButton1'      FriendlyName = 'IWButton1'
30      TabOrder = 0      TabOrder = 2
31      OnClick = IWButton1Click      OnClick = IWButton1Click
32    end    end
33    object IWButton2: TIWButton    object IWButton2: TIWButton
# Line 41  object PayForm: TPayForm Line 41  object PayForm: TPayForm
41      Font.Size = 10      Font.Size = 10
42      Font.Style = []      Font.Style = []
43      FriendlyName = 'IWButton2'      FriendlyName = 'IWButton2'
44      TabOrder = 1      TabOrder = 3
45      OnClick = IWButton2Click      OnClick = IWButton2Click
46    end    end
47    object IWDBLabel1: TIWDBLabel    object IWDBLabel1: TIWDBLabel
48      Left = 216      Left = 216
49      Top = 192      Top = 200
50      Width = 60      Width = 60
51      Height = 16      Height = 16
52      Font.Color = clNone      Font.Color = clNone
# Line 57  object PayForm: TPayForm Line 57  object PayForm: TPayForm
57      DataSource = DataModule3.user      DataSource = DataModule3.user
58      FriendlyName = 'IWDBLabel1'      FriendlyName = 'IWDBLabel1'
59    end    end
60      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    object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML    object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML
143      TagType = ttIntraWeb      TagType = ttIntraWeb
144      Templates.Default = 'pay.htm'      Templates.Default = 'pay.htm'

Legend:
Removed from v.7  
changed lines
  Added in v.12

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