一个用Delphi开发的ERP软件

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

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

相关代码

				inherited Gld150_02Form: TGld150_02Form
				  Left = 334
				  Top = 160
				  BorderIcons = [biSystemMenu]
				  BorderStyle = bsSingle
				  Caption = #20250#35745#31185#30446#32500#25252
				  ClientHeight = 282
				  ClientWidth = 363
				  OldCreateOrder = True
				  OnActivate = FormActivate
				  PixelsPerInch = 96
				  TextHeight = 12
				  object Label1: TLabel [0]
				    Tag = 1
				    Left = 16
				    Top = 20
				    Width = 48
				    Height = 12
				    Caption = #31185#30446#20195#30721
				  end
				  object Label2: TLabel [1]
				    Tag = 1
				    Left = 16
				    Top = 44
				    Width = 48
				    Height = 12
				    Caption = #31185#30446#21517#31216
				  end
				  object Label3: TLabel [2]
				    Tag = 1
				    Left = 16
				    Top = 68
				    Width = 48
				    Height = 12
				    Caption = #31185#30446#31867#21035
				  end
				  object Edit1: TEdit [3]
				    Left = 72
				    Top = 16
				    Width = 145
				    Height = 20
				    TabOrder = 0
				  end
				  object Edit2: TEdit [4]
				    Left = 72
				    Top = 40
				    Width = 273
				    Height = 20
				    TabOrder = 1
				  end
				  object ComboBox1: TComboBox [5]
				    Left = 72
				    Top = 64
				    Width = 273
				    Height = 20
				    Style = csDropDownList
				    ItemHeight = 12
				    TabOrder = 2
				    Items.Strings = (
				      #36164#20135
				      #36127#20538
				      #25152#26377#32773#26435#30410
				      #25104#26412
				      #25439#30410)
				  end
				  object GroupBox1: TGroupBox [6]
				    Left = 16
				    Top = 96
				    Width = 329
				    Height = 36
				    Caption = #20313#39069#26041#21521
				    TabOrder = 3
				    object RadioButton1: TRadioButton
				      Left = 55
				      Top = 17
				      Width = 52
				      Height = 15
				      Caption = #20511#26041
				      Checked = True
				      TabOrder = 0
				      TabStop = True
				    end
				    object RadioButton2: TRadioButton
				      Left = 186
				      Top = 17
				      Width = 52
				      Height = 15
				      Caption = #36151#26041
				      TabOrder = 1
				    end
				  end
				  object GroupBox2: TGroupBox [7]
				    Left = 16
				    Top = 144
				    Width = 329
				    Height = 89
				    Caption = #24065#21035#26680#31639
				    TabOrder = 4
				    object RadioButton3: TRadioButton
				      Left = 15
				      Top = 30
				      Width = 97
				      Height = 15
				      Caption = #19981#26680#31639#22806#24065
				      Checked = True
				      TabOrder = 0
				      TabStop = True
				      OnClick = RadioButton3Click
				    end
				    object RadioButton4: TRadioButton
				      Left = 15
				      Top = 52
				      Width = 97
				      Height = 15
				      Caption = #26680#31639#25152#26377#22806#24065
				      TabOrder = 1
				      OnClick = RadioButton3Click
				    end
				    object RadioButton5: TRadioButton
				      Left = 118
				      Top = 30
				      Width = 104
				      Height = 15
				      Caption = #26680#31639#21333#19968#22806#24065
				      TabOrder = 2
				      OnClick = RadioButton3Click
				    end
				    object ComboBox2: TComboBox
				      Left = 118
				      Top = 52
				      Width = 104
				      Height = 20
				      Style = csDropDownList
				      Enabled = False
				      ItemHeight = 12
				      TabOrder = 3
				    end
				  end
				  object DBNavigator1: TDBNavigator [8]
				    Left = 16
				    Top = 248
				    Width = 120
				    Height = 25
				    VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
				    TabOrder = 5
				  end
				  object bbtnOk: TBitBtn [9]
				    Left = 184
				    Top = 248
				    Width = 75
				    Height = 25
				    Caption = #26032#22686'(&A)'
				    TabOrder = 6
				    OnClick = bbtnOkClick
				  end
				  object bbtnExit: TBitBtn [10]
				    Left = 272
				    Top = 248
				    Width = 75
				    Height = 25
				    Caption = #36864#20986'(&X)'
				    TabOrder = 7
				    OnClick = bbtnExitClick
				  end
				end
							

相关资源