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

📄 icku.dfm

📁 日昌餐饮管理系统是用Delphi7+SQL写的管理系统
💻 DFM
字号:
object ickForm: TickForm
  Left = 290
  Top = 99
  Width = 403
  Height = 227
  BorderIcons = []
  Caption = #35831#25554#21345
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 24
    Top = 19
    Width = 28
    Height = 14
    Caption = #21345#21495
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object GroupBox1: TGroupBox
    Left = 128
    Top = 56
    Width = 129
    Height = 65
    Caption = #35835#21345#26041#24335
    Enabled = False
    TabOrder = 0
    object ComboBox1: TComboBox
      Left = 16
      Top = 24
      Width = 105
      Height = 22
      ItemHeight = 14
      ItemIndex = 0
      TabOrder = 0
      Text = '1'
      Items.Strings = (
        '1'
        '2'
        '3'
        '4'
        '5')
    end
  end
  object MSComm1: TMSComm
    Left = 304
    Top = 24
    Width = 32
    Height = 32
    OnComm = MSComm1Comm
    ControlData = {
      2143341208000000ED030000ED03000001568A64000006000000010000040D00
      00020D00802500000000080000000000000000003F00000005000000}
  end
  object Memo1: TMemo
    Left = 112
    Top = 16
    Width = 249
    Height = 25
    TabOrder = 2
    OnChange = Memo1Change
  end
  object GroupBox2: TGroupBox
    Left = 128
    Top = 136
    Width = 129
    Height = 57
    Caption = #26159#21542#38656#35201#22238#36710#31526#21495'?'
    Enabled = False
    TabOrder = 3
    object RadioButton5: TRadioButton
      Left = 16
      Top = 24
      Width = 33
      Height = 25
      Caption = #26159
      TabOrder = 0
      OnClick = RadioButton5Click
    end
    object RadioButton6: TRadioButton
      Left = 72
      Top = 24
      Width = 33
      Height = 25
      Caption = #21542
      Checked = True
      TabOrder = 1
      TabStop = True
      OnClick = RadioButton6Click
    end
  end
  object GroupBox3: TGroupBox
    Left = 8
    Top = 56
    Width = 97
    Height = 137
    Caption = #20018#21475#36873#25321
    Enabled = False
    TabOrder = 4
    object RadioButton1: TRadioButton
      Left = 24
      Top = 32
      Width = 49
      Height = 25
      Caption = 'COM1'
      Checked = True
      TabOrder = 0
      TabStop = True
      OnClick = RadioButton1Click
    end
    object RadioButton2: TRadioButton
      Left = 24
      Top = 96
      Width = 49
      Height = 25
      Caption = 'COM2'
      TabOrder = 1
      OnClick = RadioButton2Click
    end
  end
  object Button1: TButton
    Left = 288
    Top = 72
    Width = 97
    Height = 33
    Caption = #28165#31354#21345#21495
    TabOrder = 5
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 288
    Top = 152
    Width = 97
    Height = 33
    Caption = #32467#26463
    TabOrder = 6
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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