一个用Delphi开发的ERP软件

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

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

相关代码

				inherited Cwa100_02Form: TCwa100_02Form
				  Left = 254
				  Top = 155
				  HelpContext = 31
				  BorderIcons = [biSystemMenu]
				  BorderStyle = bsSingle
				  Caption = #35774#32622
				  ClientHeight = 190
				  ClientWidth = 345
				  OldCreateOrder = True
				  PixelsPerInch = 96
				  TextHeight = 12
				  object Bevel1: TBevel [0]
				    Left = 8
				    Top = 8
				    Width = 329
				    Height = 145
				    Shape = bsFrame
				  end
				  object Label1: TLabel [1]
				    Left = 32
				    Top = 32
				    Width = 48
				    Height = 12
				    Caption = #26085#26399#33539#22260
				  end
				  object Label2: TLabel [2]
				    Left = 192
				    Top = 32
				    Width = 12
				    Height = 12
				    Caption = #33267
				  end
				  object Label5: TLabel [3]
				    Left = 32
				    Top = 120
				    Width = 48
				    Height = 12
				    Caption = #22269#23450#20551#26085
				  end
				  object Label6: TLabel [4]
				    Left = 192
				    Top = 120
				    Width = 12
				    Height = 12
				    Caption = #33267
				  end
				  object wwDBDateTimePicker1: TwwDBDateTimePicker [5]
				    Left = 88
				    Top = 24
				    Width = 97
				    Height = 20
				    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 = 0
				  end
				  object wwDBDateTimePicker2: TwwDBDateTimePicker [6]
				    Left = 216
				    Top = 24
				    Width = 97
				    Height = 20
				    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 bbtnOk: TBitBtn [7]
				    Left = 160
				    Top = 160
				    Width = 75
				    Height = 25
				    Caption = #30830#23450'(&O)'
				    TabOrder = 8
				    OnClick = bbtnOkClick
				  end
				  object bbtnExit: TBitBtn [8]
				    Left = 248
				    Top = 160
				    Width = 75
				    Height = 25
				    Caption = #36864#20986'(&X)'
				    TabOrder = 9
				    OnClick = bbtnExitClick
				  end
				  object ComboBox1: TComboBox [9]
				    Left = 88
				    Top = 80
				    Width = 97
				    Height = 20
				    Style = csDropDownList
				    ItemHeight = 12
				    TabOrder = 4
				  end
				  object ComboBox2: TComboBox [10]
				    Left = 216
				    Top = 80
				    Width = 97
				    Height = 20
				    Style = csDropDownList
				    ItemHeight = 12
				    TabOrder = 5
				  end
				  object wwDBDateTimePicker4: TwwDBDateTimePicker [11]
				    Left = 216
				    Top = 112
				    Width = 97
				    Height = 20
				    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 = 7
				  end
				  object wwDBDateTimePicker3: TwwDBDateTimePicker [12]
				    Left = 88
				    Top = 112
				    Width = 97
				    Height = 20
				    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 = 6
				  end
				  object RadioButton1: TRadioButton [13]
				    Left = 88
				    Top = 56
				    Width = 104
				    Height = 16
				    Caption = #27599#21608
				    Checked = True
				    TabOrder = 2
				    TabStop = True
				  end
				  object RadioButton2: TRadioButton [14]
				    Left = 216
				    Top = 56
				    Width = 104
				    Height = 16
				    Caption = #38548#21608
				    TabOrder = 3
				  end
				  object ADOQuery1: TADOQuery
				    CacheSize = 1000
				    Connection = SYSDM.ADOC
				    Parameters = 
				    Left = 16
				    Top = 160
				  end
				end
							

相关资源