Develop and Download Open Source Software

Browse Subversion Repository

Diff of /Unit6.dfm

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

revision 2 by yamat0jp, Sat Dec 19 14:35:42 2015 UTC revision 12 by yamat0jp, Sun Jul 24 06:09:44 2016 UTC
# Line 1  Line 1 
1  object UserForm: TUserForm  object UserForm: TUserForm
2    Left = 0    Left = 0
3    Top = 0    Top = 0
4    Width = 555    Width = 611
5    Height = 400    Height = 400
6    RenderInvisibleControls = False    RenderInvisibleControls = False
7    AllowPageAccess = True    AllowPageAccess = True
# Line 17  object UserForm: TUserForm Line 17  object UserForm: TUserForm
17    DesignLeft = 8    DesignLeft = 8
18    DesignTop = 8    DesignTop = 8
19    object IWEdit1: TIWEdit    object IWEdit1: TIWEdit
20      Left = 384      Left = 78
21      Top = 72      Top = 232
22      Width = 121      Width = 100
23      Height = 21      Height = 21
24      NonEditableAsLabel = True      NonEditableAsLabel = True
25      Font.Color = clNone      Font.Color = clNone
# Line 30  object UserForm: TUserForm Line 30  object UserForm: TUserForm
30      TabOrder = 0      TabOrder = 0
31    end    end
32    object IWEdit2: TIWEdit    object IWEdit2: TIWEdit
33      Left = 384      Left = 78
34      Top = 112      Top = 267
35      Width = 121      Width = 100
36      Height = 21      Height = 21
37      NonEditableAsLabel = True      NonEditableAsLabel = True
38      Font.Color = clNone      Font.Color = clNone
# Line 45  object UserForm: TUserForm Line 45  object UserForm: TUserForm
45    object IWEdit3: TIWEdit    object IWEdit3: TIWEdit
46      Left = 384      Left = 384
47      Top = 152      Top = 152
48      Width = 121      Width = 200
49      Height = 21      Height = 21
50      NonEditableAsLabel = True      NonEditableAsLabel = True
51      Font.Color = clNone      Font.Color = clNone
# Line 58  object UserForm: TUserForm Line 58  object UserForm: TUserForm
58    object IWEdit4: TIWEdit    object IWEdit4: TIWEdit
59      Left = 384      Left = 384
60      Top = 192      Top = 192
61      Width = 121      Width = 200
62      Height = 21      Height = 21
63      NonEditableAsLabel = True      NonEditableAsLabel = True
64      Font.Color = clNone      Font.Color = clNone
# Line 71  object UserForm: TUserForm Line 71  object UserForm: TUserForm
71    object IWEdit5: TIWEdit    object IWEdit5: TIWEdit
72      Left = 384      Left = 384
73      Top = 232      Top = 232
74      Width = 121      Width = 100
75      Height = 21      Height = 21
76      NonEditableAsLabel = True      NonEditableAsLabel = True
77      Font.Color = clNone      Font.Color = clNone
# Line 83  object UserForm: TUserForm Line 83  object UserForm: TUserForm
83      PasswordPrompt = True      PasswordPrompt = True
84    end    end
85    object IWButton1: TIWButton    object IWButton1: TIWButton
86      Left = 430      Left = 431
87      Top = 320      Top = 320
88      Width = 75      Width = 75
89      Height = 25      Height = 25
# Line 93  object UserForm: TUserForm Line 93  object UserForm: TUserForm
93      Font.Size = 10      Font.Size = 10
94      Font.Style = []      Font.Style = []
95      FriendlyName = 'IWButton1'      FriendlyName = 'IWButton1'
96      TabOrder = 5      TabOrder = 6
97      OnClick = IWButton1Click      OnClick = IWButton1Click
98    end    end
99    object IWEdit6: TIWEdit    object IWEdit6: TIWEdit
100      Left = 384      Left = 384
101      Top = 272      Top = 272
102      Width = 121      Width = 100
103      Height = 21      Height = 21
104      NonEditableAsLabel = True      NonEditableAsLabel = True
105      Font.Color = clNone      Font.Color = clNone
# Line 107  object UserForm: TUserForm Line 107  object UserForm: TUserForm
107      Font.Style = []      Font.Style = []
108      FriendlyName = 'IWEdit6'      FriendlyName = 'IWEdit6'
109      SubmitOnAsyncEvent = True      SubmitOnAsyncEvent = True
110      TabOrder = 6      TabOrder = 5
111      PasswordPrompt = True      PasswordPrompt = True
112    end    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    inline IWFrame1: TIWFrame1
128      Left = 0      Left = -42
129      Top = 0      Top = 0
130      Width = 343      Width = 653
131      Height = 169      Height = 131
132      TabOrder = 0      TabOrder = 0
133        ExplicitLeft = -42
134      inherited IWFrameRegion: TIWRegion      inherited IWFrameRegion: TIWRegion
135        TabOrder = 7        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      end
145    end    end
146    object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML    object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML
147      TagType = ttIntraWeb      TagType = ttIntraWeb
148      Templates.Default = 'userinfo.htm'      Templates.Default = 'userinfo.htm'
149      Left = 264      Left = 296
150      Top = 184      Top = 184
151    end    end
152  end  end

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

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