一个用Delphi开发的ERP软件

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

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

相关代码

				inherited Csh750_01Form: TCsh750_01Form
				  Left = -4
				  Top = -4
				  Width = 808
				  Height = 580
				  Caption = #38144#21806#21033#28070#20998#26512
				  PixelsPerInch = 96
				  TextHeight = 12
				  inherited CoolBar1: TCoolBar
				    Width = 800
				    Bands = <
				      item
				        Control = ToolBar2
				        ImageIndex = -1
				        MinHeight = 39
				        Width = 796
				      end>
				    inherited ToolBar2: TToolBar
				      Width = 783
				    end
				  end
				  inherited Panel1: TPanel
				    Width = 800
				    inherited Image1: TImage
				      Width = 796
				    end
				    object lblType: TLabel
				      Left = 333
				      Top = 13
				      Width = 24
				      Height = 12
				      Anchors = [akTop, akRight]
				      Caption = #31867#22411
				      Transparent = True
				    end
				    object lblDate: TLabel
				      Left = 461
				      Top = 13
				      Width = 24
				      Height = 12
				      Anchors = [akTop, akRight]
				      Caption = #26085#26399
				      Transparent = True
				    end
				    object sbSearch: TSpeedButton
				      Left = 725
				      Top = 8
				      Width = 57
				      Height = 22
				      Anchors = [akTop, akRight]
				      Caption = #26597#35810
				      OnClick = sbSearchClick
				    end
				    object cbType: TComboBox
				      Left = 365
				      Top = 8
				      Width = 89
				      Height = 20
				      Style = csDropDownList
				      Anchors = [akTop, akRight]
				      ItemHeight = 12
				      ItemIndex = 0
				      TabOrder = 0
				      Text = #38144#21806#23450#21333
				      Items.Strings = (
				        #38144#21806#23450#21333)
				    end
				    object edtFromDate: TwwDBDateTimePicker
				      Left = 493
				      Top = 8
				      Width = 105
				      Height = 20
				      Anchors = [akTop, akRight]
				      CalendarAttributes.Font.Charset = DEFAULT_CHARSET
				      CalendarAttributes.Font.Color = clWindowText
				      CalendarAttributes.Font.Height = -11
				      CalendarAttributes.Font.Name = 'MS Sans Serif'
				      CalendarAttributes.Font.Style = []
				      CalendarAttributes.PopupYearOptions.ShowEditYear = True
				      Epoch = 1950
				      ShowButton = True
				      TabOrder = 1
				    end
				    object edtToDate: TwwDBDateTimePicker
				      Left = 605
				      Top = 8
				      Width = 105
				      Height = 20
				      Anchors = [akTop, akRight]
				      CalendarAttributes.Font.Charset = DEFAULT_CHARSET
				      CalendarAttributes.Font.Color = clWindowText
				      CalendarAttributes.Font.Height = -11
				      CalendarAttributes.Font.Name = 'MS Sans Serif'
				      CalendarAttributes.Font.Style = []
				      CalendarAttributes.PopupYearOptions.ShowEditYear = True
				      Epoch = 1950
				      ShowButton = True
				      TabOrder = 2
				    end
				  end
				  inherited ScrollBox2: TScrollBox
				    Width = 800
				    Height = 473
				    inherited dxDBGrid1: TdxDBGrid
				      Width = 796
				      Height = 469
				      Filter.Criteria = {00000000}
				    end
				  end
				  object qryCsh500: TADOQuery
				    Connection = SYSDM.ADOC
				    Parameters = 
				    Left = 120
				    Top = 152
				  end
				end
							

相关资源