用于开发税务票据管理的软件

源代码在线查看: unit3.dfm

软件大小: 36519 K
上传用户: jill
关键词: 软件
下载地址: 免注册下载 普通下载 VIP

相关代码

				object Form3: TForm3
				  Left = 192
				  Top = 107
				  BorderStyle = bsToolWindow
				  Caption = 'You did it.'
				  ClientHeight = 116
				  ClientWidth = 224
				  Color = clWindowFrame
				  Font.Charset = DEFAULT_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -11
				  Font.Name = 'MS Sans Serif'
				  Font.Style = []
				  FormStyle = fsStayOnTop
				  OldCreateOrder = False
				  OnCreate = FormCreate
				  OnShow = FormShow
				  PixelsPerInch = 96
				  TextHeight = 13
				  object Label1: TLabel
				    Left = 8
				    Top = 16
				    Width = 80
				    Height = 13
				    Caption = 'Enter your name:'
				    Font.Charset = DEFAULT_CHARSET
				    Font.Color = clWhite
				    Font.Height = -11
				    Font.Name = 'MS Sans Serif'
				    Font.Style = []
				    ParentFont = False
				  end
				  object Label2: TLabel
				    Left = 8
				    Top = 48
				    Width = 32
				    Height = 13
				    Caption = 'Label2'
				    Font.Charset = DEFAULT_CHARSET
				    Font.Color = clWhite
				    Font.Height = -11
				    Font.Name = 'MS Sans Serif'
				    Font.Style = []
				    ParentFont = False
				  end
				  object Label3: TLabel
				    Left = 8
				    Top = 72
				    Width = 32
				    Height = 13
				    Caption = 'Label3'
				    Font.Charset = DEFAULT_CHARSET
				    Font.Color = clWhite
				    Font.Height = -11
				    Font.Name = 'MS Sans Serif'
				    Font.Style = []
				    ParentFont = False
				  end
				  object SpeedButton1: TSpeedButton
				    Left = 8
				    Top = 88
				    Width = 209
				    Height = 22
				    Caption = 'OK'
				    Flat = True
				    Font.Charset = DEFAULT_CHARSET
				    Font.Color = clWhite
				    Font.Height = -11
				    Font.Name = 'MS Sans Serif'
				    Font.Style = [fsBold]
				    ParentFont = False
				    OnClick = SpeedButton1Click
				  end
				  object Edit1: TEdit
				    Left = 96
				    Top = 8
				    Width = 121
				    Height = 21
				    TabOrder = 0
				    OnKeyPress = Edit1KeyPress
				  end
				end
							

相关资源