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

源代码在线查看: unit19.dfm

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

相关代码

				object Form19: TForm19
				  Left = 233
				  Top = 138
				  Width = 544
				  Height = 375
				  Caption = #29992#25143#31649#29702
				  Color = clBtnFace
				  Font.Charset = DEFAULT_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -11
				  Font.Name = 'MS Sans Serif'
				  Font.Style = []
				  OldCreateOrder = False
				  PixelsPerInch = 96
				  TextHeight = 13
				  object PageControl1: TPageControl
				    Left = 40
				    Top = 32
				    Width = 433
				    Height = 241
				    ActivePage = TabSheet3
				    TabIndex = 2
				    TabOrder = 0
				    object TabSheet1: TTabSheet
				      Caption = #28155#21152#29992#25143
				      object Label1: TLabel
				        Left = 112
				        Top = 40
				        Width = 48
				        Height = 13
				        Caption = #26032#29992#25143#21517
				      end
				      object Label2: TLabel
				        Left = 112
				        Top = 80
				        Width = 24
				        Height = 13
				        Caption = #23494#30721
				      end
				      object Label3: TLabel
				        Left = 112
				        Top = 120
				        Width = 48
				        Height = 13
				        Caption = #30830#35748#23494#30721
				      end
				      object Edit1: TEdit
				        Left = 216
				        Top = 40
				        Width = 121
				        Height = 21
				        TabOrder = 0
				      end
				      object Edit2: TEdit
				        Left = 216
				        Top = 80
				        Width = 121
				        Height = 21
				        PasswordChar = '*'
				        TabOrder = 1
				      end
				      object Button1: TButton
				        Left = 168
				        Top = 152
				        Width = 75
				        Height = 25
				        Caption = #30830#23450#28155#21152
				        TabOrder = 2
				        OnClick = Button1Click
				      end
				      object Edit3: TEdit
				        Left = 216
				        Top = 120
				        Width = 121
				        Height = 21
				        PasswordChar = '*'
				        TabOrder = 3
				      end
				    end
				    object TabSheet2: TTabSheet
				      Caption = #21024#38500#29992#25143
				      ImageIndex = 1
				      object Label4: TLabel
				        Left = 96
				        Top = 40
				        Width = 84
				        Height = 13
				        Caption = #35201#21024#38500#30340#29992#25143#21517
				      end
				      object Label5: TLabel
				        Left = 96
				        Top = 88
				        Width = 24
				        Height = 13
				        Caption = #23494#30721
				      end
				      object Edit4: TEdit
				        Left = 216
				        Top = 40
				        Width = 121
				        Height = 21
				        TabOrder = 0
				      end
				      object Edit5: TEdit
				        Left = 216
				        Top = 80
				        Width = 121
				        Height = 21
				        PasswordChar = '*'
				        TabOrder = 1
				      end
				      object Button2: TButton
				        Left = 176
				        Top = 144
				        Width = 75
				        Height = 25
				        Caption = #30830#23450#21024#38500
				        TabOrder = 2
				        OnClick = Button2Click
				      end
				    end
				    object TabSheet3: TTabSheet
				      Caption = #20462#25913#29992#25143
				      ImageIndex = 2
				      object Label6: TLabel
				        Left = 104
				        Top = 40
				        Width = 36
				        Height = 13
				        Caption = #29992#25143#21517
				      end
				      object Label7: TLabel
				        Left = 104
				        Top = 72
				        Width = 36
				        Height = 13
				        Caption = #26087#23494#30721
				      end
				      object Label8: TLabel
				        Left = 104
				        Top = 104
				        Width = 36
				        Height = 13
				        Caption = #26032#23494#30721
				      end
				      object Label9: TLabel
				        Left = 96
				        Top = 136
				        Width = 60
				        Height = 13
				        Caption = #30830#23450#26032#23494#30721
				      end
				      object Edit6: TEdit
				        Left = 192
				        Top = 32
				        Width = 121
				        Height = 21
				        TabOrder = 0
				      end
				      object Edit7: TEdit
				        Left = 192
				        Top = 64
				        Width = 121
				        Height = 21
				        PasswordChar = '*'
				        TabOrder = 1
				      end
				      object Edit8: TEdit
				        Left = 192
				        Top = 96
				        Width = 121
				        Height = 21
				        PasswordChar = '*'
				        TabOrder = 2
				      end
				      object Edit9: TEdit
				        Left = 192
				        Top = 128
				        Width = 121
				        Height = 21
				        PasswordChar = '*'
				        TabOrder = 3
				      end
				      object Button3: TButton
				        Left = 160
				        Top = 168
				        Width = 75
				        Height = 25
				        Caption = #30830#23450#20462#25913
				        TabOrder = 4
				        OnClick = Button3Click
				      end
				    end
				  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 = 280
				    Top = 16
				  end
				  object db4: TADOQuery
				    Connection = dbs.ADOConnection1
				    Parameters = 
				    Left = 88
				    Top = 72
				  end
				end
							

相关资源