一个用Delphi开发的ERP软件

源代码在线查看: sys910_01.dfm.svn-base

软件大小: 5012 K
上传用户: zhousiqi420
关键词: Delphi ERP 软件
下载地址: 免注册下载 普通下载 VIP

相关代码

				object Sys910_01Form: TSys910_01Form
				  Left = 192
				  Top = 107
				  BorderStyle = bsSingle
				  Caption = #39044#35686#26465#20214#35774#32622
				  ClientHeight = 402
				  ClientWidth = 583
				  Color = clBtnFace
				  Font.Charset = DEFAULT_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -12
				  Font.Name = #23435#20307
				  Font.Pitch = fpFixed
				  Font.Style = []
				  KeyPreview = True
				  OldCreateOrder = False
				  Position = poMainFormCenter
				  ShowHint = True
				  OnClose = FormClose
				  OnCreate = FormCreate
				  OnKeyDown = FormKeyDown
				  PixelsPerInch = 96
				  TextHeight = 12
				  object Panel1: TPanel
				    Left = 0
				    Top = 43
				    Width = 583
				    Height = 37
				    Align = alTop
				    BevelInner = bvRaised
				    BevelOuter = bvLowered
				    TabOrder = 0
				    object Image1: TImage
				      Left = 2
				      Top = 2
				      Width = 579
				      Height = 33
				      Align = alClient
				      Stretch = True
				    end
				  end
				  object CoolBar1: TCoolBar
				    Left = 0
				    Top = 0
				    Width = 583
				    Height = 43
				    AutoSize = True
				    Bands = <
				      item
				        Control = ToolBar2
				        ImageIndex = -1
				        MinHeight = 39
				        Width = 579
				      end>
				    object ToolBar2: TToolBar
				      Left = 9
				      Top = 0
				      Width = 566
				      Height = 39
				      AutoSize = True
				      ButtonHeight = 39
				      ButtonWidth = 31
				      Caption = 'ToolBar2'
				      EdgeBorders = []
				      Flat = True
				      Images = SYSDM.imgBtn
				      ParentShowHint = False
				      ShowCaptions = True
				      ShowHint = True
				      TabOrder = 0
				      object tlbFirst: TToolButton
				        Left = 0
				        Top = 0
				        Action = ActFirst
				        AutoSize = True
				      end
				      object tlbPrior: TToolButton
				        Left = 35
				        Top = 0
				        Action = ActPrior
				        AutoSize = True
				      end
				      object tlbNext: TToolButton
				        Left = 70
				        Top = 0
				        Action = ActNext
				        AutoSize = True
				      end
				      object tlbLast: TToolButton
				        Left = 105
				        Top = 0
				        Action = ActLast
				        AutoSize = True
				      end
				      object ToolButton1: TToolButton
				        Left = 140
				        Top = 0
				        Width = 8
				        Caption = 'ToolButton1'
				        ImageIndex = 13
				        Style = tbsSeparator
				      end
				      object tlbInsert: TToolButton
				        Left = 148
				        Top = 0
				        Action = ActInsert
				        AutoSize = True
				      end
				      object tlbUpdate: TToolButton
				        Left = 183
				        Top = 0
				        Action = ActUpdate
				        AutoSize = True
				      end
				      object tlbDelete: TToolButton
				        Left = 218
				        Top = 0
				        Action = ActDelete
				        AutoSize = True
				      end
				      object ToolButton2: TToolButton
				        Left = 253
				        Top = 0
				        Width = 8
				        Caption = 'ToolButton2'
				        ImageIndex = 13
				        Style = tbsSeparator
				      end
				      object tlbRefresh: TToolButton
				        Left = 261
				        Top = 0
				        Action = ActRefresh
				        AutoSize = True
				      end
				      object tlbLocate: TToolButton
				        Left = 296
				        Top = 0
				        Action = ActLocate
				        AutoSize = True
				      end
				      object tlbSearch: TToolButton
				        Left = 331
				        Top = 0
				        Action = ActSearch
				        AutoSize = True
				      end
				      object ToolButton6: TToolButton
				        Left = 366
				        Top = 0
				        Width = 8
				        Caption = 'ToolButton6'
				        ImageIndex = 16
				        Style = tbsSeparator
				      end
				      object tlbExit: TToolButton
				        Left = 374
				        Top = 0
				        Action = ActExit
				        AutoSize = True
				      end
				    end
				  end
				  object ScrollBox1: TScrollBox
				    Left = 0
				    Top = 80
				    Width = 583
				    Height = 322
				    Align = alClient
				    TabOrder = 2
				    object dxDBGrid1: TdxDBGrid
				      Left = 0
				      Top = 0
				      Width = 579
				      Height = 318
				      Bands = <
				        item
				        end>
				      DefaultLayout = True
				      HeaderPanelRowCount = 1
				      KeyField = 'S910A_001'
				      SummaryGroups = 
				      SummarySeparator = ', '
				      Align = alClient
				      BorderStyle = bsNone
				      TabOrder = 0
				      DataSource = dsSys910A
				      Filter.Criteria = {00000000}
				      HeaderColor = 15262169
				      HideFocusRect = True
				      LookAndFeel = lfUltraFlat
				      OptionsDB = [edgoCancelOnExit, edgoCanNavigation, edgoConfirmDelete, edgoUseBookmarks]
				      OptionsView = [edgoBandHeaderWidth, edgoIndicator, edgoUseBitmap]
				      object dxDBGrid1S910A_002: TdxDBGridMaskColumn
				        DisableEditor = True
				        HeaderAlignment = taCenter
				        ReadOnly = True
				        Width = 200
				        BandIndex = 0
				        RowIndex = 0
				        FieldName = 'S910A_002'
				      end
				      object dxDBGrid1S910A_003: TdxDBGridMaskColumn
				        DisableEditor = True
				        HeaderAlignment = taCenter
				        ReadOnly = True
				        Width = 239
				        BandIndex = 0
				        RowIndex = 0
				        FieldName = 'S910A_003'
				      end
				      object dxDBGrid1S910A_004: TdxDBGridMaskColumn
				        DisableEditor = True
				        HeaderAlignment = taCenter
				        ReadOnly = True
				        Width = 100
				        BandIndex = 0
				        RowIndex = 0
				        FieldName = 'S910A_004'
				      end
				    end
				  end
				  object ActionList1: TActionList
				    Images = SYSDM.imgBtn
				    Left = 376
				    Top = 48
				    object ActFirst: TAction
				      Caption = #26368#21069
				      Hint = #31227#21040#31532#19968#26465#35760#24405
				      ImageIndex = 0
				      ShortCut = 32838
				      OnExecute = ActFirstExecute
				    end
				    object ActPrior: TAction
				      Caption = #19978#31227
				      Hint = #31227#21040#19978#19968#26465#35760#24405
				      ImageIndex = 1
				      ShortCut = 32848
				      OnExecute = ActPriorExecute
				    end
				    object ActNext: TAction
				      Caption = #19979#31227
				      Hint = #31227#21040#19979#19968#26465#35760#24405
				      ImageIndex = 2
				      ShortCut = 32846
				      OnExecute = ActNextExecute
				    end
				    object ActLast: TAction
				      Caption = #26368#21518
				      Hint = #31227#21040#26368#21518#19968#26465#35760#24405
				      ImageIndex = 3
				      ShortCut = 32844
				      OnExecute = ActLastExecute
				    end
				    object ActInsert: TAction
				      Caption = #26032#22686
				      Hint = #26032#22686#19968#26465#35760#24405
				      ImageIndex = 4
				      ShortCut = 32833
				      OnExecute = ActInsertExecute
				    end
				    object ActUpdate: TAction
				      Caption = #20462#25913
				      Hint = #20462#25913#24403#21069#35760#24405
				      ImageIndex = 5
				      ShortCut = 32837
				      OnExecute = ActUpdateExecute
				    end
				    object ActDelete: TAction
				      Caption = #21024#38500
				      Hint = #21024#38500#24403#21069#35760#24405
				      ImageIndex = 6
				      ShortCut = 32836
				      OnExecute = ActDeleteExecute
				    end
				    object ActRefresh: TAction
				      Caption = #21047#26032
				      Hint = #21462#24471#26368#26032#30340#25968#25454
				      ImageIndex = 9
				      ShortCut = 32850
				      OnExecute = ActRefreshExecute
				    end
				    object ActLocate: TAction
				      Caption = #26597#25214
				      Hint = #24555#36895#23450#20301#35760#24405
				      ImageIndex = 10
				      ShortCut = 32847
				      OnExecute = ActLocateExecute
				    end
				    object ActSearch: TAction
				      Caption = #26597#35810
				      Hint = #25353#26465#20214#26597#35810#25968#25454
				      ImageIndex = 11
				      ShortCut = 32849
				      OnExecute = ActSearchExecute
				    end
				    object ActExit: TAction
				      Caption = #36864#20986
				      Hint = #20851#38381#24403#21069#31383#21475
				      ImageIndex = 15
				      ShortCut = 32856
				      OnExecute = ActExitExecute
				    end
				  end
				  object qrySys910A: TADOQuery
				    CacheSize = 1000
				    Connection = SYSDM.ADOC
				    CursorType = ctStatic
				    AfterScroll = qrySys910AAfterScroll
				    Parameters = 
				    SQL.Strings = (
				      'select * from SYS910A')
				    Left = 192
				    Top = 56
				    object qrySys910AS910A_001: TAutoIncField
				      FieldName = 'S910A_001'
				      ReadOnly = True
				      Visible = False
				    end
				    object qrySys910AS910A_002: TStringField
				      DisplayLabel = #39044#35686#21517#31216
				      FieldName = 'S910A_002'
				      Size = 255
				    end
				    object qrySys910AS910A_003: TStringField
				      DisplayLabel = #39044#35686#26465#20214
				      FieldName = 'S910A_003'
				      Size = 255
				    end
				    object qrySys910AS910A_004: TStringField
				      DisplayLabel = #25509#25910#20154
				      FieldName = 'S910A_004'
				      Size = 50
				    end
				    object qrySys910AS910A_005: TStringField
				      FieldName = 'S910A_005'
				      Visible = False
				      Size = 50
				    end
				    object qrySys910AS910A_006: TStringField
				      FieldName = 'S910A_006'
				      Visible = False
				      Size = 50
				    end
				    object qrySys910AS910A_007: TStringField
				      DisplayLabel = #39044#35686#20449#24687
				      FieldName = 'S910A_007'
				      Size = 255
				    end
				    object qrySys910AS910A_008: TMemoField
				      FieldName = 'S910A_008'
				      Visible = False
				      BlobType = ftMemo
				    end
				  end
				  object dsSys910A: TDataSource
				    DataSet = qrySys910A
				    Left = 208
				    Top = 48
				  end
				end
							

相关资源