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

📄 frmgridconfig.dfm

📁 delphi语言开发的矢量图形处理对象
💻 DFM
字号:
object frmGrid_Config: TfrmGrid_Config
  Left = 257
  Top = 184
  BorderStyle = bsDialog
  Caption = #34920#26684#25968#25454#37197#32622
  ClientHeight = 129
  ClientWidth = 194
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 22
    Width = 24
    Height = 12
    Caption = #34892#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 54
    Width = 24
    Height = 12
    Caption = #21015#65306
  end
  object Edit1: TEdit
    Left = 40
    Top = 16
    Width = 121
    Height = 20
    ReadOnly = True
    TabOrder = 0
    Text = '1'
  end
  object Edit2: TEdit
    Left = 40
    Top = 48
    Width = 121
    Height = 20
    ReadOnly = True
    TabOrder = 1
    Text = '1'
  end
  object UpDown1: TUpDown
    Left = 161
    Top = 16
    Width = 15
    Height = 20
    Associate = Edit1
    Min = 1
    Position = 1
    TabOrder = 2
  end
  object UpDown2: TUpDown
    Left = 161
    Top = 48
    Width = 15
    Height = 20
    Associate = Edit2
    Min = 1
    Position = 1
    TabOrder = 3
  end
  object Button2: TButton
    Left = 110
    Top = 91
    Width = 66
    Height = 21
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 4
  end
  object Button1: TButton
    Left = 20
    Top = 91
    Width = 66
    Height = 22
    Caption = #30830#23450
    Default = True
    ModalResult = 1
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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