Develop and Download Open Source Software

Browse Subversion Repository

Contents of /Unit6.dfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12 - (show annotations) (download)
Sun Jul 24 06:09:44 2016 UTC (7 years, 7 months ago) by yamat0jp
File size: 3306 byte(s)
エラーは出てしまいますがORDER_DATAを第3正規化できたのでチェック前にコミット
1 object UserForm: TUserForm
2 Left = 0
3 Top = 0
4 Width = 611
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 IWEdit1: TIWEdit
20 Left = 78
21 Top = 232
22 Width = 100
23 Height = 21
24 NonEditableAsLabel = True
25 Font.Color = clNone
26 Font.Size = 10
27 Font.Style = []
28 FriendlyName = 'IWEdit1'
29 SubmitOnAsyncEvent = True
30 TabOrder = 0
31 end
32 object IWEdit2: TIWEdit
33 Left = 78
34 Top = 267
35 Width = 100
36 Height = 21
37 NonEditableAsLabel = True
38 Font.Color = clNone
39 Font.Size = 10
40 Font.Style = []
41 FriendlyName = 'IWEdit2'
42 SubmitOnAsyncEvent = True
43 TabOrder = 1
44 end
45 object IWEdit3: TIWEdit
46 Left = 384
47 Top = 152
48 Width = 200
49 Height = 21
50 NonEditableAsLabel = True
51 Font.Color = clNone
52 Font.Size = 10
53 Font.Style = []
54 FriendlyName = 'IWEdit3'
55 SubmitOnAsyncEvent = True
56 TabOrder = 2
57 end
58 object IWEdit4: TIWEdit
59 Left = 384
60 Top = 192
61 Width = 200
62 Height = 21
63 NonEditableAsLabel = True
64 Font.Color = clNone
65 Font.Size = 10
66 Font.Style = []
67 FriendlyName = 'IWEdit4'
68 SubmitOnAsyncEvent = True
69 TabOrder = 3
70 end
71 object IWEdit5: TIWEdit
72 Left = 384
73 Top = 232
74 Width = 100
75 Height = 21
76 NonEditableAsLabel = True
77 Font.Color = clNone
78 Font.Size = 10
79 Font.Style = []
80 FriendlyName = 'IWEdit5'
81 SubmitOnAsyncEvent = True
82 TabOrder = 4
83 PasswordPrompt = True
84 end
85 object IWButton1: TIWButton
86 Left = 431
87 Top = 320
88 Width = 75
89 Height = 25
90 Caption = #30331#37682
91 Color = clBtnFace
92 Font.Color = clNone
93 Font.Size = 10
94 Font.Style = []
95 FriendlyName = 'IWButton1'
96 TabOrder = 6
97 OnClick = IWButton1Click
98 end
99 object IWEdit6: TIWEdit
100 Left = 384
101 Top = 272
102 Width = 100
103 Height = 21
104 NonEditableAsLabel = True
105 Font.Color = clNone
106 Font.Size = 10
107 Font.Style = []
108 FriendlyName = 'IWEdit6'
109 SubmitOnAsyncEvent = True
110 TabOrder = 5
111 PasswordPrompt = True
112 end
113 object IWButton2: TIWButton
114 Left = 520
115 Top = 320
116 Width = 75
117 Height = 25
118 Caption = #30772#26820
119 Color = clBtnFace
120 Font.Color = clNone
121 Font.Size = 10
122 Font.Style = []
123 FriendlyName = 'IWButton2'
124 TabOrder = 7
125 OnClick = IWButton2Click
126 end
127 inline IWFrame1: TIWFrame1
128 Left = -42
129 Top = 0
130 Width = 653
131 Height = 131
132 TabOrder = 0
133 ExplicitLeft = -42
134 inherited IWFrameRegion: TIWRegion
135 TabOrder = 8
136 ExplicitWidth = 653
137 ExplicitHeight = 131
138 inherited IWImageFile1: TIWImageFile
139 ExplicitLeft = 17
140 ExplicitTop = 72
141 ExplicitWidth = 651
142 ExplicitHeight = 129
143 end
144 end
145 end
146 object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML
147 TagType = ttIntraWeb
148 Templates.Default = 'userinfo.htm'
149 Left = 296
150 Top = 184
151 end
152 end

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