一个用Delphi开发的ERP软件

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

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

相关代码

				object HwExportForm: THwExportForm
				  Left = 219
				  Top = 115
				  BorderIcons = [biSystemMenu]
				  BorderStyle = bsSingle
				  Caption = #23548#20986#25968#25454
				  ClientHeight = 311
				  ClientWidth = 289
				  Color = clBtnFace
				  Font.Charset = ANSI_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -12
				  Font.Name = #23435#20307
				  Font.Style = []
				  KeyPreview = True
				  OldCreateOrder = False
				  Position = poMainFormCenter
				  OnClose = FormClose
				  OnCreate = FormCreate
				  PixelsPerInch = 96
				  TextHeight = 12
				  object gbFields: TGroupBox
				    Left = 8
				    Top = 64
				    Width = 273
				    Height = 201
				    Caption = #23383#27573#36873#25321
				    TabOrder = 0
				    object clbFields: TCheckListBox
				      Left = 8
				      Top = 16
				      Width = 257
				      Height = 177
				      ItemHeight = 12
				      TabOrder = 0
				    end
				  end
				  object rgType: TRadioGroup
				    Left = 8
				    Top = 8
				    Width = 273
				    Height = 49
				    Caption = #23548#20986#31867#22411
				    Columns = 3
				    ItemIndex = 0
				    Items.Strings = (
				      'EXCEL'
				      'TEXT')
				    TabOrder = 1
				  end
				  object bbtnOk: TBitBtn
				    Left = 144
				    Top = 272
				    Width = 67
				    Height = 25
				    Caption = #30830#23450'(&O)'
				    TabOrder = 2
				    OnClick = bbtnOkClick
				  end
				  object bbtnExit: TBitBtn
				    Left = 216
				    Top = 272
				    Width = 67
				    Height = 25
				    Caption = #36864#20986'(&X)'
				    TabOrder = 3
				    OnClick = bbtnExitClick
				  end
				  object ProgressBar1: TProgressBar
				    Left = 8
				    Top = 280
				    Width = 121
				    Height = 17
				    Min = 0
				    Max = 100
				    TabOrder = 4
				    Visible = False
				  end
				  object SaveDialog1: TSaveDialog
				    Left = 56
				    Top = 264
				  end
				end
							

相关资源