Develop and Download Open Source Software

Browse Subversion Repository

Diff of /Unit2.dfm

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

revision 1 by yamat0jp, Sun Nov 22 11:18:44 2015 UTC revision 2 by yamat0jp, Sat Dec 19 14:35:42 2015 UTC
# Line 1  Line 1 
1  object IWForm2: TIWForm2  object IWFrame1: TIWFrame1
2    Left = 0    Left = 0
3    Top = 0    Top = 0
4    Width = 555    Width = 343
5    Height = 465    Height = 169
6    RenderInvisibleControls = False    TabOrder = 0
7    AllowPageAccess = True    object IWFrameRegion: TIWRegion
8    ConnectionMode = cmAny      Left = 0
9    Background.Fixed = False      Top = 0
10    HandleTabs = False      Width = 343
11    LeftToRight = True      Height = 169
12    LockUntilLoaded = True      RenderInvisibleControls = True
   LockOnSubmit = True  
   ShowHint = True  
   XPTheme = True  
   DesignLeft = 8  
   DesignTop = 8  
   object IWButton1: TIWButton  
     Left = 240  
     Top = 32  
     Width = 75  
     Height = 25  
     Cursor = crAuto  
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 0  
     RenderSize = True  
     StyleRenderOptions.RenderSize = True  
     StyleRenderOptions.RenderPosition = True  
     StyleRenderOptions.RenderFont = True  
     StyleRenderOptions.RenderZIndex = True  
     StyleRenderOptions.RenderVisibility = True  
     StyleRenderOptions.RenderStatus = True  
     StyleRenderOptions.RenderAbsolute = True  
     Caption = #25147#12427  
     DoSubmitValidation = True  
     Color = clBtnFace  
     Font.Color = clNone  
     Font.Size = 10  
     Font.Style = []  
     FriendlyName = 'IWButton1'  
     ScriptEvents = <>  
13      TabOrder = 0      TabOrder = 0
14    end      Align = alClient
15    object IWDBNavigator1: TIWDBNavigator      BorderOptions.NumericWidth = 1
16      Left = 141      BorderOptions.BorderWidth = cbwNumeric
17      Top = 392      BorderOptions.Style = cbsSolid
18      Width = 300      BorderOptions.Color = clNone
19      Height = 28      object IWImageFile1: TIWImageFile
20      Cursor = crAuto        Left = 1
21      ParentShowHint = False        Top = 1
22      ShowHint = True        Width = 341
23      ZIndex = 0        Height = 167
24      RenderSize = True        Align = alClient
25      StyleRenderOptions.RenderSize = True        RenderSize = False
26      StyleRenderOptions.RenderPosition = True        StyleRenderOptions.RenderSize = False
27      StyleRenderOptions.RenderFont = True        BorderOptions.Width = 0
28      StyleRenderOptions.RenderZIndex = True        TabOrder = -1
29      StyleRenderOptions.RenderVisibility = True        UseSize = False
30      StyleRenderOptions.RenderStatus = True        Cacheable = True
31      StyleRenderOptions.RenderAbsolute = True        FriendlyName = 'IWImageFile1'
32      Confirmations.Delete = 'Are you sure you want to delete this record?'        ImageFile.Filename = 'files\logo.png'
33      Confirmations.Post = 'Are you sure you want to update this record?'        ExplicitLeft = 128
34      Confirmations.Cancel = 'Are you sure you want to cancel your changes to this record?'        ExplicitTop = 32
35      DataSource = DataModule1.item        ExplicitWidth = 89
36      FriendlyName = 'IWDBNavigator1'        ExplicitHeight = 112
37      ImageHeight = 24      end
     ImageWidth = 24  
     VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbEdit, nbPost, nbCancel, nbRefresh]  
     Orientation = orHorizontal  
     OnEdit = IWDBNavigator1Edit  
     OnInsert = IWDBNavigator1Edit  
     OnPost = IWDBNavigator1Post  
     OnCancel = IWDBNavigator1Cancel  
   end  
   object IWDBEdit1: TIWDBEdit  
     Left = 280  
     Top = 80  
     Width = 121  
     Height = 21  
     Cursor = crAuto  
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 0  
     RenderSize = True  
     StyleRenderOptions.RenderSize = True  
     StyleRenderOptions.RenderPosition = True  
     StyleRenderOptions.RenderFont = True  
     StyleRenderOptions.RenderZIndex = True  
     StyleRenderOptions.RenderVisibility = True  
     StyleRenderOptions.RenderStatus = True  
     StyleRenderOptions.RenderAbsolute = True  
     Alignment = taLeftJustify  
     BGColor = clNone  
     FocusColor = clNone  
     DoSubmitValidation = True  
     Editable = True  
     NonEditableAsLabel = True  
     Font.Color = clNone  
     Font.Size = 10  
     Font.Style = []  
     FriendlyName = 'IWDBEdit1'  
     MaxLength = 0  
     ReadOnly = False  
     Required = False  
     ScriptEvents = <>  
     SubmitOnAsyncEvent = True  
     TabOrder = 2  
     AutoEditable = False  
     DataField = 'NAME'  
     PasswordPrompt = False  
     DataSource = DataModule1.item  
   end  
   object IWDBEdit2: TIWDBEdit  
     Left = 336  
     Top = 117  
     Width = 121  
     Height = 21  
     Cursor = crAuto  
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 0  
     RenderSize = True  
     StyleRenderOptions.RenderSize = True  
     StyleRenderOptions.RenderPosition = True  
     StyleRenderOptions.RenderFont = True  
     StyleRenderOptions.RenderZIndex = True  
     StyleRenderOptions.RenderVisibility = True  
     StyleRenderOptions.RenderStatus = True  
     StyleRenderOptions.RenderAbsolute = True  
     Alignment = taLeftJustify  
     BGColor = clNone  
     FocusColor = clNone  
     DoSubmitValidation = True  
     Editable = True  
     NonEditableAsLabel = True  
     Font.Color = clNone  
     Font.Size = 10  
     Font.Style = []  
     FriendlyName = 'IWDBEdit2'  
     MaxLength = 0  
     ReadOnly = False  
     Required = False  
     ScriptEvents = <>  
     SubmitOnAsyncEvent = True  
     TabOrder = 3  
     AutoEditable = False  
     DataField = 'SERIAL'  
     PasswordPrompt = False  
     DataSource = DataModule1.item  
   end  
   object IWLabel1: TIWLabel  
     Left = 240  
     Top = 122  
     Width = 47  
     Height = 16  
     Cursor = crAuto  
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 0  
     RenderSize = True  
     StyleRenderOptions.RenderSize = True  
     StyleRenderOptions.RenderPosition = True  
     StyleRenderOptions.RenderFont = True  
     StyleRenderOptions.RenderZIndex = True  
     StyleRenderOptions.RenderVisibility = True  
     StyleRenderOptions.RenderStatus = True  
     StyleRenderOptions.RenderAbsolute = True  
     Alignment = taLeftJustify  
     BGColor = clNone  
     Font.Color = clNone  
     Font.Size = 10  
     Font.Style = []  
     NoWrap = False  
     ConvertSpaces = False  
     HasTabOrder = False  
     FriendlyName = 'IWLabel1'  
     Caption = #12514#12487#12523#65306  
     RawText = False  
   end  
   object IWLabel2: TIWLabel  
     Left = 240  
     Top = 157  
     Width = 58  
     Height = 16  
     Cursor = crAuto  
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 0  
     RenderSize = True  
     StyleRenderOptions.RenderSize = True  
     StyleRenderOptions.RenderPosition = True  
     StyleRenderOptions.RenderFont = True  
     StyleRenderOptions.RenderZIndex = True  
     StyleRenderOptions.RenderVisibility = True  
     StyleRenderOptions.RenderStatus = True  
     StyleRenderOptions.RenderAbsolute = True  
     Alignment = taLeftJustify  
     BGColor = clNone  
     Font.Color = clNone  
     Font.Size = 10  
     Font.Style = []  
     NoWrap = False  
     ConvertSpaces = False  
     HasTabOrder = False  
     FriendlyName = 'IWLabel2'  
     Caption = #12513#12540#12459#12540#65306  
     RawText = False  
   end  
   object IWLabel3: TIWLabel  
     Left = 240  
     Top = 189  
     Width = 41  
     Height = 16  
     Cursor = crAuto  
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 0  
     RenderSize = True  
     StyleRenderOptions.RenderSize = True  
     StyleRenderOptions.RenderPosition = True  
     StyleRenderOptions.RenderFont = True  
     StyleRenderOptions.RenderZIndex = True  
     StyleRenderOptions.RenderVisibility = True  
     StyleRenderOptions.RenderStatus = True  
     StyleRenderOptions.RenderAbsolute = True  
     Alignment = taLeftJustify  
     BGColor = clNone  
     Font.Color = clNone  
     Font.Size = 10  
     Font.Style = []  
     NoWrap = False  
     ConvertSpaces = False  
     HasTabOrder = False  
     FriendlyName = 'IWLabel3'  
     Caption = #20385#26684#65306  
     RawText = False  
   end  
   object IWDBEdit3: TIWDBEdit  
     Left = 336  
     Top = 144  
     Width = 121  
     Height = 21  
     Cursor = crAuto  
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 0  
     RenderSize = True  
     StyleRenderOptions.RenderSize = True  
     StyleRenderOptions.RenderPosition = True  
     StyleRenderOptions.RenderFont = True  
     StyleRenderOptions.RenderZIndex = True  
     StyleRenderOptions.RenderVisibility = True  
     StyleRenderOptions.RenderStatus = True  
     StyleRenderOptions.RenderAbsolute = True  
     Alignment = taLeftJustify  
     BGColor = clNone  
     FocusColor = clNone  
     DoSubmitValidation = True  
     Editable = True  
     NonEditableAsLabel = True  
     Font.Color = clNone  
     Font.Size = 10  
     Font.Style = []  
     FriendlyName = 'IWDBEdit3'  
     MaxLength = 0  
     ReadOnly = False  
     Required = False  
     ScriptEvents = <>  
     SubmitOnAsyncEvent = True  
     TabOrder = 4  
     AutoEditable = False  
     DataField = 'MAKER'  
     PasswordPrompt = False  
     DataSource = DataModule1.item  
   end  
   object IWDBEdit4: TIWDBEdit  
     Left = 336  
     Top = 189  
     Width = 121  
     Height = 21  
     Cursor = crAuto  
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 0  
     RenderSize = True  
     StyleRenderOptions.RenderSize = True  
     StyleRenderOptions.RenderPosition = True  
     StyleRenderOptions.RenderFont = True  
     StyleRenderOptions.RenderZIndex = True  
     StyleRenderOptions.RenderVisibility = True  
     StyleRenderOptions.RenderStatus = True  
     StyleRenderOptions.RenderAbsolute = True  
     Alignment = taLeftJustify  
     BGColor = clNone  
     FocusColor = clNone  
     DoSubmitValidation = True  
     Editable = True  
     NonEditableAsLabel = True  
     Font.Color = clNone  
     Font.Size = 10  
     Font.Style = []  
     FriendlyName = 'IWDBEdit4'  
     MaxLength = 0  
     ReadOnly = False  
     Required = False  
     ScriptEvents = <>  
     SubmitOnAsyncEvent = True  
     TabOrder = 5  
     AutoEditable = False  
     DataField = 'PRICE'  
     PasswordPrompt = False  
     DataSource = DataModule1.item  
   end  
   object IWLabel4: TIWLabel  
     Left = 229  
     Top = 240  
     Width = 41  
     Height = 16  
     Cursor = crAuto  
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 0  
     RenderSize = True  
     StyleRenderOptions.RenderSize = True  
     StyleRenderOptions.RenderPosition = True  
     StyleRenderOptions.RenderFont = True  
     StyleRenderOptions.RenderZIndex = True  
     StyleRenderOptions.RenderVisibility = True  
     StyleRenderOptions.RenderStatus = True  
     StyleRenderOptions.RenderAbsolute = True  
     Alignment = taLeftJustify  
     BGColor = clNone  
     Font.Color = clNone  
     Font.Size = 10  
     Font.Style = []  
     NoWrap = False  
     ConvertSpaces = False  
     HasTabOrder = False  
     FriendlyName = 'IWLabel4'  
     Caption = #37325#37327#65306  
     RawText = False  
   end  
   object IWDBText1: TIWDBText  
     Left = 56  
     Top = 232  
     Width = 121  
     Height = 121  
     Cursor = crAuto  
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 0  
     RenderSize = True  
     StyleRenderOptions.RenderSize = True  
     StyleRenderOptions.RenderPosition = True  
     StyleRenderOptions.RenderFont = True  
     StyleRenderOptions.RenderZIndex = True  
     StyleRenderOptions.RenderVisibility = True  
     StyleRenderOptions.RenderStatus = True  
     StyleRenderOptions.RenderAbsolute = True  
     ConvertSpaces = False  
     DataField = 'COMMENT'  
     DataSource = DataModule1.item  
     FriendlyName = 'IWDBText1'  
     Font.Color = clNone  
     Font.Size = 10  
     Font.Style = []  
     RawText = False  
     UseFrame = False  
     WantReturns = True  
   end  
   object IWButton2: TIWButton  
     Left = 240  
     Top = 288  
     Width = 75  
     Height = 25  
     Cursor = crAuto  
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 0  
     RenderSize = True  
     StyleRenderOptions.RenderSize = True  
     StyleRenderOptions.RenderPosition = True  
     StyleRenderOptions.RenderFont = True  
     StyleRenderOptions.RenderZIndex = True  
     StyleRenderOptions.RenderVisibility = True  
     StyleRenderOptions.RenderStatus = True  
     StyleRenderOptions.RenderAbsolute = True  
     Caption = #30011#20687  
     DoSubmitValidation = True  
     Enabled = False  
     Color = clBtnFace  
     Font.Color = clNone  
     Font.Size = 10  
     Font.Style = []  
     FriendlyName = 'IWButton2'  
     ScriptEvents = <>  
     TabOrder = 6  
38    end    end
39  end  end

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

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