⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit2.dfm

📁 Delphi写得用来投票的小程序 欢迎下载
💻 DFM
字号:
object Form2: TForm2
  Left = 200
  Top = 129
  Width = 701
  Height = 436
  Caption = 'Input Candidates'
  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 Label12: TLabel
    Left = 328
    Top = 80
    Width = 280
    Height = 14
    Caption = #33509#20505#36873#20154#25968#23567#20110'10'#20154#65292#35831#23558#22810#20313#25991#26412#26694#30041#31354#65281
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 248
    Top = 320
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 376
    Top = 320
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 1
    OnClick = Button2Click
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 689
    Height = 41
    TabOrder = 2
    object Label11: TLabel
      Left = 208
      Top = 10
      Width = 220
      Height = 19
      Caption = #35831#20381#27425#36755#20837#20505#36873#20154#30340#21517#23383
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -19
      Font.Name = #26032#23435#20307
      Font.Style = []
      ParentFont = False
    end
  end
  object Panel2: TPanel
    Left = 80
    Top = 120
    Width = 521
    Height = 193
    TabOrder = 3
    object Label1: TLabel
      Left = 56
      Top = 16
      Width = 60
      Height = 15
      Caption = #20505#36873#20154'1'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #26032#23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 148
      Top = 16
      Width = 60
      Height = 15
      Caption = #20505#36873#20154'2'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #26032#23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 240
      Top = 16
      Width = 60
      Height = 15
      Caption = #20505#36873#20154'3'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #26032#23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 332
      Top = 16
      Width = 60
      Height = 15
      Caption = #20505#36873#20154'4'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #26032#23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 424
      Top = 16
      Width = 60
      Height = 15
      Caption = #20505#36873#20154'5'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #26032#23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label6: TLabel
      Left = 56
      Top = 128
      Width = 60
      Height = 15
      Caption = #20505#36873#20154'6'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #26032#23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label7: TLabel
      Left = 148
      Top = 128
      Width = 60
      Height = 15
      Caption = #20505#36873#20154'7'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #26032#23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label8: TLabel
      Left = 240
      Top = 128
      Width = 60
      Height = 15
      Caption = #20505#36873#20154'8'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #26032#23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label9: TLabel
      Left = 332
      Top = 128
      Width = 60
      Height = 15
      Caption = #20505#36873#20154'9'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #26032#23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label10: TLabel
      Left = 424
      Top = 128
      Width = 60
      Height = 15
      Caption = #20505#36873#20154'10'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #26032#23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 52
      Top = 35
      Width = 65
      Height = 22
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #26032#23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 143
      Top = 35
      Width = 65
      Height = 22
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #26032#23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 234
      Top = 35
      Width = 65
      Height = 22
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #26032#23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 2
    end
    object Edit4: TEdit
      Left = 325
      Top = 35
      Width = 65
      Height = 22
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #26032#23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 3
    end
    object Edit5: TEdit
      Left = 416
      Top = 35
      Width = 65
      Height = 22
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #26032#23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 4
    end
    object Edit6: TEdit
      Left = 52
      Top = 147
      Width = 65
      Height = 22
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #26032#23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 5
    end
    object Edit7: TEdit
      Left = 143
      Top = 147
      Width = 65
      Height = 22
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #26032#23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 6
    end
    object Edit8: TEdit
      Left = 234
      Top = 147
      Width = 65
      Height = 22
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #26032#23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 7
    end
    object Edit9: TEdit
      Left = 325
      Top = 147
      Width = 65
      Height = 22
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #26032#23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 8
    end
    object Edit10: TEdit
      Left = 416
      Top = 147
      Width = 65
      Height = 22
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #26032#23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 9
    end
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -