一个用Delphi开发的ERP软件

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

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

相关代码

				object Sys600_01Form: TSys600_01Form
				  Left = 293
				  Top = 116
				  HelpContext = 115
				  ActiveControl = Edit2
				  BorderIcons = [biSystemMenu]
				  BorderStyle = bsSingle
				  Caption = #26356#25913#29992#25143#23494#30721
				  ClientHeight = 199
				  ClientWidth = 362
				  Color = clBtnFace
				  Font.Charset = DEFAULT_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -12
				  Font.Name = #23435#20307
				  Font.Pitch = fpFixed
				  Font.Style = []
				  KeyPreview = True
				  OldCreateOrder = True
				  Position = poMainFormCenter
				  OnClose = FormClose
				  OnCreate = FormCreate
				  OnKeyDown = FormKeyDown
				  PixelsPerInch = 96
				  TextHeight = 12
				  object Bevel1: TBevel
				    Left = 8
				    Top = 8
				    Width = 345
				    Height = 153
				    Shape = bsFrame
				  end
				  object Label1: TLabel
				    Left = 40
				    Top = 32
				    Width = 48
				    Height = 12
				    Alignment = taRightJustify
				    Caption = #29992#25143#21517#31216
				  end
				  object Label2: TLabel
				    Tag = 1
				    Left = 52
				    Top = 64
				    Width = 36
				    Height = 12
				    Alignment = taRightJustify
				    Caption = #26087#23494#30721
				  end
				  object Label3: TLabel
				    Tag = 1
				    Left = 52
				    Top = 96
				    Width = 36
				    Height = 12
				    Alignment = taRightJustify
				    Caption = #26032#23494#30721
				  end
				  object Label4: TLabel
				    Tag = 1
				    Left = 40
				    Top = 128
				    Width = 48
				    Height = 12
				    Alignment = taRightJustify
				    Caption = #30830#35748#23494#30721
				  end
				  object Edit1: TEdit
				    Left = 96
				    Top = 24
				    Width = 217
				    Height = 20
				    Color = clBtnFace
				    ReadOnly = True
				    TabOrder = 0
				  end
				  object Edit2: TEdit
				    Left = 96
				    Top = 56
				    Width = 217
				    Height = 20
				    PasswordChar = '*'
				    TabOrder = 1
				  end
				  object Edit3: TEdit
				    Left = 96
				    Top = 88
				    Width = 217
				    Height = 20
				    PasswordChar = '*'
				    TabOrder = 2
				  end
				  object Edit4: TEdit
				    Left = 96
				    Top = 120
				    Width = 217
				    Height = 20
				    PasswordChar = '*'
				    TabOrder = 3
				  end
				  object bbtnOk: TBitBtn
				    Left = 168
				    Top = 168
				    Width = 75
				    Height = 25
				    Caption = #30830#23450'(&O)'
				    TabOrder = 4
				    OnClick = bbtnOkClick
				  end
				  object bbtnExit: TBitBtn
				    Left = 264
				    Top = 168
				    Width = 75
				    Height = 25
				    Caption = #36864#20986'(&X)'
				    TabOrder = 5
				    OnClick = bbtnExitClick
				  end
				end
							

相关资源