Develop and Download Open Source Software

Browse Subversion Repository

Diff of /Unit5.dfm

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

revision 10 by yamat0jp, Sat Jan 16 23:06:35 2016 UTC revision 12 by yamat0jp, Sun Jul 24 06:09:44 2016 UTC
# Line 1  Line 1 
1  object IWForm3: TIWForm3  object AdminPage: TAdminPage
2    Left = 0    Left = 0
3    Top = 0    Top = 0
4    Width = 555    Width = 555
5    Height = 400    Height = 400
6    RenderInvisibleControls = False    RenderInvisibleControls = False
   OnRender = IWAppFormRender  
7    AllowPageAccess = True    AllowPageAccess = True
8    ConnectionMode = cmAny    ConnectionMode = cmAny
9    OnCreate = IWAppFormCreate    OnCreate = IWAppFormCreate
10    Background.Fixed = False    Background.Fixed = False
11      LayoutMgr = IWTemplateProcessorHTML1
12    HandleTabs = False    HandleTabs = False
13    LeftToRight = True    LeftToRight = True
14    LockUntilLoaded = True    LockUntilLoaded = True
# Line 92  object IWForm3: TIWForm3 Line 92  object IWForm3: TIWForm3
92      Lines = tlAll      Lines = tlAll
93      UseFrame = False      UseFrame = False
94      UseSize = True      UseSize = True
95        OnRender = IWGrid1Render
96      FriendlyName = 'IWGrid1'      FriendlyName = 'IWGrid1'
97      ColumnCount = 4      ColumnCount = 5
98      RowCount = 1      RowCount = 1
99      ShowEmptyCells = True      ShowEmptyCells = True
100      ShowInvisibleRows = True      ShowInvisibleRows = True
101      ScrollToCurrentRow = False      ScrollToCurrentRow = False
102    end    end
   object IWComboBox1: TIWComboBox  
     Left = 128  
     Top = 56  
     Width = 121  
     Height = 21  
     Font.Color = clNone  
     Font.Size = 10  
     Font.Style = []  
     OnChange = IWComboBox1Change  
     TabOrder = 4  
     ItemIndex = -1  
     FriendlyName = 'IWComboBox1'  
     NoSelectionText = '-- No Selection --'  
   end  
103    object IWLabel1: TIWLabel    object IWLabel1: TIWLabel
104      Left = 280      Left = 280
105      Top = 56      Top = 56
# Line 137  object IWForm3: TIWForm3 Line 124  object IWForm3: TIWForm3
124      FriendlyName = 'IWLabel2'      FriendlyName = 'IWLabel2'
125      Caption = 'IWLabel2'      Caption = 'IWLabel2'
126    end    end
127      object IWCheckBox1: TIWCheckBox
128        Left = 216
129        Top = 192
130        Width = 121
131        Height = 21
132        Visible = False
133        Caption = 'IWCheckBox1'
134        Editable = True
135        Font.Color = clNone
136        Font.Size = 10
137        Font.Style = []
138        SubmitOnAsyncEvent = True
139        Style = stNormal
140        TabOrder = 4
141        OnChange = IWCheckBox1Change
142        Checked = False
143        FriendlyName = 'IWCheckBox1'
144      end
145      object IWListbox1: TIWListbox
146        Left = 408
147        Top = 1
148        Width = 121
149        Height = 121
150        Font.Color = clNone
151        Font.Size = 10
152        Font.Style = []
153        OnChange = IWListbox1Change
154        TabOrder = 5
155        FriendlyName = 'IWListbox1'
156        NoSelectionText = '-- No Selection --'
157      end
158    object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML    object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML
     Enabled = False  
159      TagType = ttIntraWeb      TagType = ttIntraWeb
160      Templates.Default = 'order.htm'      Templates.Default = 'admin.htm'
161      Left = 264      Left = 264
162      Top = 184      Top = 184
163    end    end

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

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