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

📄 gq_usaveview.dfm

📁 亚惠快餐管理信息系统 包括亚惠快餐管理的各项功能
💻 DFM
字号:
object GQ_FSaveView: TGQ_FSaveView
  Left = 150
  Top = 142
  Width = 516
  Height = 373
  Caption = '视图保存'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 15
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 508
    Height = 296
    Align = alClient
    TabOrder = 0
    object PageControl1: TPageControl
      Left = 1
      Top = 1
      Width = 506
      Height = 294
      ActivePage = TabSheet2
      Align = alClient
      TabOrder = 0
      object TabSheet1: TTabSheet
        Caption = '查询视图定义'
        object Label1: TLabel
          Left = 80
          Top = 30
          Width = 51
          Height = 15
          Caption = '视图名称:'
        end
        object Image1: TImage
          Left = 10
          Top = 0
          Width = 53
          Height = 53
        end
        object Label2: TLabel
          Left = 3
          Top = 80
          Width = 48
          Height = 15
          Caption = 'SQL语句'
        end
        object NameEdit: TEdit
          Left = 160
          Top = 20
          Width = 182
          Height = 23
          ImeName = '中文 (简体) - 微软拼音'
          TabOrder = 0
        end
        object ListBox1: TListBox
          Left = 0
          Top = 17
          Width = 498
          Height = 247
          Align = alBottom
          ImeName = '中文 (简体) - 微软拼音'
          ItemHeight = 15
          TabOrder = 1
        end
      end
      object TabSheet2: TTabSheet
        Caption = '属性'
        ImageIndex = 1
        object Image2: TImage
          Left = 10
          Top = 0
          Width = 53
          Height = 53
        end
        object Label3: TLabel
          Left = 80
          Top = 10
          Width = 48
          Height = 15
          Caption = '创建时间'
        end
        object Label4: TLabel
          Left = 168
          Top = 10
          Width = 38
          Height = 15
          Caption = 'Label4'
        end
        object Label5: TLabel
          Left = 80
          Top = 30
          Width = 36
          Height = 15
          Caption = '创建人'
        end
        object Label6: TLabel
          Left = 165
          Top = 30
          Width = 73
          Height = 15
          Caption = 'Administrator'
        end
        object Label7: TLabel
          Left = 10
          Top = 80
          Width = 36
          Height = 19
          Caption = '备注:'
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -16
          Font.Name = '宋体'
          Font.Style = []
          ParentFont = False
        end
        object Memo1: TMemo
          Left = 0
          Top = 17
          Width = 498
          Height = 247
          Align = alBottom
          ImeName = '中文 (简体) - 微软拼音'
          TabOrder = 0
        end
      end
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 296
    Width = 508
    Height = 50
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 1
    object Button1: TButton
      Left = 463
      Top = 13
      Width = 82
      Height = 29
      Caption = '确 定'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 548
      Top = 13
      Width = 80
      Height = 29
      Caption = '取 消'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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