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

源代码在线查看: unit3.dfm

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

相关代码

				object Form3: TForm3
				  Left = 337
				  Top = 70
				  Width = 306
				  Height = 489
				  Caption = #38144#21806
				  Color = clBtnFace
				  Font.Charset = DEFAULT_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -11
				  Font.Name = 'MS Sans Serif'
				  Font.Style = []
				  KeyPreview = True
				  OldCreateOrder = False
				  OnCreate = FormCreate
				  OnKeyPress = FormKeyPress
				  OnShow = FormShow
				  PixelsPerInch = 96
				  TextHeight = 13
				  object Label1: TLabel
				    Left = 56
				    Top = 32
				    Width = 24
				    Height = 13
				    Caption = #22411#21495
				  end
				  object Label2: TLabel
				    Left = 56
				    Top = 72
				    Width = 24
				    Height = 13
				    Caption = #20018#21495
				  end
				  object Label3: TLabel
				    Left = 40
				    Top = 104
				    Width = 48
				    Height = 13
				    Caption = #36827#36135#26102#38388
				  end
				  object Label4: TLabel
				    Left = 48
				    Top = 144
				    Width = 36
				    Height = 13
				    Caption = #20379#36135#26041
				  end
				  object Label5: TLabel
				    Left = 56
				    Top = 184
				    Width = 30
				    Height = 13
				    Caption = #36827#20215'1'
				  end
				  object Label6: TLabel
				    Left = 56
				    Top = 224
				    Width = 30
				    Height = 13
				    Caption = #36827#20215'2'
				  end
				  object Label7: TLabel
				    Left = 56
				    Top = 256
				    Width = 24
				    Height = 13
				    Caption = #20080#20027
				  end
				  object Label8: TLabel
				    Left = 40
				    Top = 296
				    Width = 48
				    Height = 13
				    Caption = #38144#21806#26102#38388
				  end
				  object Label9: TLabel
				    Left = 48
				    Top = 336
				    Width = 36
				    Height = 13
				    Caption = #38144#21806#20215
				  end
				  object Label10: TLabel
				    Left = 56
				    Top = 376
				    Width = 24
				    Height = 13
				    Caption = #21033#28070
				  end
				  object Edit2: TEdit
				    Left = 104
				    Top = 64
				    Width = 121
				    Height = 21
				    TabOrder = 1
				    OnExit = Edit2Exit
				  end
				  object Edit3: TEdit
				    Left = 104
				    Top = 96
				    Width = 73
				    Height = 21
				    Enabled = False
				    TabOrder = 2
				  end
				  object Edit4: TEdit
				    Left = 104
				    Top = 136
				    Width = 97
				    Height = 21
				    Enabled = False
				    TabOrder = 3
				  end
				  object Edit5: TEdit
				    Left = 104
				    Top = 176
				    Width = 65
				    Height = 21
				    Enabled = False
				    TabOrder = 4
				  end
				  object Edit6: TEdit
				    Left = 104
				    Top = 216
				    Width = 65
				    Height = 21
				    Enabled = False
				    TabOrder = 5
				  end
				  object Edit7: TEdit
				    Left = 104
				    Top = 248
				    Width = 89
				    Height = 21
				    TabOrder = 6
				  end
				  object Edit8: TEdit
				    Left = 104
				    Top = 288
				    Width = 81
				    Height = 21
				    TabOrder = 7
				  end
				  object Edit9: TEdit
				    Left = 104
				    Top = 328
				    Width = 73
				    Height = 21
				    TabOrder = 8
				    OnExit = Edit9Exit
				  end
				  object Edit10: TEdit
				    Left = 104
				    Top = 368
				    Width = 81
				    Height = 21
				    Enabled = False
				    TabOrder = 9
				  end
				  object Button1: TButton
				    Left = 128
				    Top = 416
				    Width = 75
				    Height = 25
				    Caption = #30830#23450
				    TabOrder = 10
				    OnClick = Button1Click
				  end
				  object ComboBox1: TComboBox
				    Left = 104
				    Top = 32
				    Width = 81
				    Height = 21
				    ItemHeight = 13
				    TabOrder = 0
				    OnSelect = ComboBox1Select
				  end
				  object XPMenu1: TXPMenu
				    DimLevel = 30
				    GrayLevel = 10
				    Font.Charset = GB2312_CHARSET
				    Font.Color = clMenuText
				    Font.Height = -11
				    Font.Name = 'Tahoma'
				    Font.Style = []
				    Color = clBtnFace
				    DrawMenuBar = False
				    IconBackColor = clBtnFace
				    MenuBarColor = clBtnFace
				    SelectColor = clHighlight
				    SelectBorderColor = clHighlight
				    SelectFontColor = clMenuText
				    DisabledColor = clInactiveCaption
				    SeparatorColor = clBtnFace
				    CheckedColor = clHighlight
				    IconWidth = 24
				    DrawSelect = True
				    UseSystemColors = True
				    UseDimColor = False
				    OverrideOwnerDraw = False
				    Gradient = False
				    FlatMenu = False
				    AutoDetect = False
				    Active = True
				    Left = 192
				    Top = 72
				  end
				end
							

相关资源