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 12 by yamat0jp, Sun Jul 24 06:09:44 2016 UTC revision 13 by yamat0jp, Tue Jul 26 09:17:38 2016 UTC
# Line 22  object AdminPage: TAdminPage Line 22  object AdminPage: TAdminPage
22      Top = 312      Top = 312
23      Width = 75      Width = 75
24      Height = 25      Height = 25
25      Caption = #26356#26032      Caption = #19968#35239
26      Color = clBtnFace      Color = clBtnFace
27      Font.Color = clNone      Font.Color = clNone
28      Font.Size = 10      Font.Size = 10
# Line 100  object AdminPage: TAdminPage Line 100  object AdminPage: TAdminPage
100      ShowInvisibleRows = True      ShowInvisibleRows = True
101      ScrollToCurrentRow = False      ScrollToCurrentRow = False
102    end    end
   object IWLabel1: TIWLabel  
     Left = 280  
     Top = 56  
     Width = 58  
     Height = 16  
     Font.Color = clNone  
     Font.Size = 10  
     Font.Style = []  
     HasTabOrder = False  
     FriendlyName = 'IWLabel1'  
     Caption = 'IWLabel1'  
   end  
   object IWLabel2: TIWLabel  
     Left = 128  
     Top = 83  
     Width = 58  
     Height = 16  
     Font.Color = clNone  
     Font.Size = 10  
     Font.Style = []  
     HasTabOrder = False  
     FriendlyName = 'IWLabel2'  
     Caption = 'IWLabel2'  
   end  
103    object IWCheckBox1: TIWCheckBox    object IWCheckBox1: TIWCheckBox
104      Left = 216      Left = 224
105      Top = 192      Top = 173
106      Width = 121      Width = 121
107      Height = 21      Height = 21
108      Visible = False      Visible = False
# Line 142  object AdminPage: TAdminPage Line 118  object AdminPage: TAdminPage
118      Checked = False      Checked = False
119      FriendlyName = 'IWCheckBox1'      FriendlyName = 'IWCheckBox1'
120    end    end
121    object IWListbox1: TIWListbox    object IWDBLabel1: TIWDBLabel
122      Left = 408      Left = 280
123      Top = 1      Top = 78
124      Width = 121      Width = 13
125      Height = 121      Height = 16
126        Font.Color = clNone
127        Font.Size = 10
128        Font.Style = []
129        HasTabOrder = False
130        DataField = 'ID'
131        DataSource = DataModule3.user_info
132        FriendlyName = 'IWDBLabel1'
133      end
134      object IWDBLabel2: TIWDBLabel
135        Left = 128
136        Top = 61
137        Width = 60
138        Height = 16
139        Font.Color = clNone
140        Font.Size = 10
141        Font.Style = []
142        HasTabOrder = False
143        DataField = 'ADDRESS'
144        DataSource = DataModule3.user_info
145        FriendlyName = 'IWDBLabel2'
146      end
147      object IWDBGrid1: TIWDBGrid
148        Left = 352
149        Top = 13
150        Width = 200
151        Height = 109
152        BorderColors.Color = clNone
153        BorderColors.Light = clNone
154        BorderColors.Dark = clNone
155        BGColor = clNone
156        BorderSize = 1
157        BorderStyle = tfDefault
158        Caption = 'IWDBGrid1'
159        CellPadding = 0
160        CellSpacing = 0
161        Font.Color = clNone
162        Font.Size = 10
163        Font.Style = []
164        FrameBuffer = 40
165        Lines = tlAll
166        UseFrame = True
167        UseSize = True
168        ScrollToCurrentRow = False
169        Columns = <>
170        DataSource = DataModule3.user_info
171        FooterRowCount = 0
172        FriendlyName = 'IWDBGrid1'
173        FromStart = True
174        HighlightColor = clNone
175        HighlightRows = False
176        Options = [dgShowTitles]
177        RefreshMode = rmAutomatic
178        RowLimit = 0
179        RollOver = False
180        RowClick = False
181        RollOverColor = clNone
182        RowHeaderColor = clNone
183        RowAlternateColor = clNone
184        RowCurrentColor = clNone
185        TabOrder = -1
186      end
187      object IWDBNavigator1: TIWDBNavigator
188        Left = 239
189        Top = 296
190        Width = 120
191        Height = 28
192        Confirmations.Delete = 'Are you sure you want to delete this record?'
193        Confirmations.Post = 'Are you sure you want to update this record?'
194        Confirmations.Cancel = 'Are you sure you want to cancel your changes to this record?'
195        DataSource = DataModule3.order
196        FriendlyName = 'IWDBNavigator1'
197        ImageHeight = 24
198        ImageWidth = 24
199        VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
200        Orientation = orHorizontal
201      end
202      object IWButton5: TIWButton
203        Left = 136
204        Top = 352
205        Width = 75
206        Height = 25
207        Caption = #25972#29702
208        Color = clBtnFace
209      Font.Color = clNone      Font.Color = clNone
210      Font.Size = 10      Font.Size = 10
211      Font.Style = []      Font.Style = []
212      OnChange = IWListbox1Change      FriendlyName = 'IWButton5'
213      TabOrder = 5      TabOrder = 6
214      FriendlyName = 'IWListbox1'      OnClick = IWButton5Click
     NoSelectionText = '-- No Selection --'  
215    end    end
216    object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML    object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML
217      TagType = ttIntraWeb      TagType = ttIntraWeb
218      Templates.Default = 'admin.htm'      Templates.Default = 'admin.htm'
219      Left = 264      Left = 264
220      Top = 184      Top = 200
221    end    end
222  end  end

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

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