Unit1.dfm
资源名称:xiaobai.rar [点击查看]
上传用户:autowell
上传日期:2022-06-21
资源大小:16754k
文件大小:3k
源码类别:
Delphi控件源码
开发平台:
Delphi
- object Form1: TForm1
- Left = 219
- Top = 126
- Width = 457
- Height = 179
- AutoSize = True
- Caption = #25945#24072#22522#26412#20449#24687
- 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 Label1: TLabel
- Left = 104
- Top = 0
- Width = 249
- Height = 41
- Alignment = taCenter
- AutoSize = False
- Caption = #35831#36755#20837#25945#24072#22522#26412#20449#24687
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 0
- Top = 56
- Width = 49
- Height = 17
- Hint = #36755#20837#22995#21517
- Alignment = taCenter
- Caption = #22995#21517
- ParentShowHint = False
- ShowHint = True
- end
- object Label3: TLabel
- Left = 0
- Top = 80
- Width = 49
- Height = 21
- Alignment = taCenter
- Caption = #24037#40836
- end
- object Label4: TLabel
- Left = 240
- Top = 56
- Width = 49
- Height = 17
- Alignment = taCenter
- Caption = #32844#31216
- end
- object Label5: TLabel
- Left = 240
- Top = 80
- Width = 49
- Height = 17
- Alignment = taCenter
- Caption = #37096#38376
- end
- object Edit1: TEdit
- Left = 72
- Top = 56
- Width = 145
- Height = 21
- ImeMode = imChinese
- ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 72
- Top = 80
- Width = 145
- Height = 21
- TabOrder = 1
- end
- object ComboBox1: TComboBox
- Left = 304
- Top = 56
- Width = 145
- Height = 21
- ItemHeight = 13
- TabOrder = 2
- Items.Strings = (
- #25945#21592
- #35762#24072
- #25945#25480)
- end
- object ComboBox2: TComboBox
- Left = 304
- Top = 80
- Width = 145
- Height = 21
- ItemHeight = 13
- TabOrder = 3
- Items.Strings = (
- #25945#30740#23460)
- end
- object Button1: TButton
- Left = 56
- Top = 120
- Width = 75
- Height = 25
- Caption = #28165#38500
- TabOrder = 4
- OnClick = Button1Click
- OnMouseMove = Button1MouseMove
- end
- object Button2: TButton
- Left = 144
- Top = 120
- Width = 75
- Height = 25
- Hint = #26174#31034#20449#24687
- Caption = #26174#31034
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 232
- Top = 120
- Width = 75
- Height = 25
- Hint = #31243#24207#23558#36864#20986
- Caption = #36864#20986
- ParentShowHint = False
- ShowHint = True
- TabOrder = 6
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 328
- Top = 120
- Width = 75
- Height = 25
- Caption = #26174#31034'1'
- TabOrder = 7
- OnClick = Button4Click
- end
- end