ufrmGridLineCount.dfm
上传用户:yjb1804
上传日期:2021-01-30
资源大小:3105k
文件大小:4k
源码类别:

Email服务器

开发平台:

Delphi

  1. object frmGridLineCount: TfrmGridLineCount
  2.   Left = 492
  3.   Top = 299
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = #36873#25321#35774#32622
  7.   ClientHeight = 257
  8.   ClientWidth = 409
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object pnl1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 409
  23.     Height = 208
  24.     Align = alClient
  25.     TabOrder = 0
  26.     object cbRow: TcxComboBox
  27.       Left = 160
  28.       Top = 32
  29.       Properties.Items.Strings = (
  30.         '1'
  31.         '2'
  32.         '3'
  33.         '4'
  34.         '5'
  35.         '6'
  36.         '7'
  37.         '8'
  38.         '9'
  39.         '10')
  40.       Style.LookAndFeel.Kind = lfOffice11
  41.       Style.LookAndFeel.NativeStyle = True
  42.       StyleDisabled.LookAndFeel.Kind = lfOffice11
  43.       StyleDisabled.LookAndFeel.NativeStyle = True
  44.       StyleFocused.LookAndFeel.Kind = lfOffice11
  45.       StyleFocused.LookAndFeel.NativeStyle = True
  46.       StyleHot.LookAndFeel.Kind = lfOffice11
  47.       StyleHot.LookAndFeel.NativeStyle = True
  48.       TabOrder = 0
  49.       Text = '2'
  50.       Width = 145
  51.     end
  52.     object cbCol: TcxComboBox
  53.       Left = 160
  54.       Top = 64
  55.       Properties.Items.Strings = (
  56.         '1'
  57.         '2'
  58.         '3'
  59.         '4'
  60.         '5'
  61.         '6'
  62.         '7'
  63.         '8'
  64.         '9'
  65.         '10')
  66.       Style.LookAndFeel.Kind = lfOffice11
  67.       Style.LookAndFeel.NativeStyle = True
  68.       StyleDisabled.LookAndFeel.Kind = lfOffice11
  69.       StyleDisabled.LookAndFeel.NativeStyle = True
  70.       StyleFocused.LookAndFeel.Kind = lfOffice11
  71.       StyleFocused.LookAndFeel.NativeStyle = True
  72.       StyleHot.LookAndFeel.Kind = lfOffice11
  73.       StyleHot.LookAndFeel.NativeStyle = True
  74.       TabOrder = 1
  75.       Text = '2'
  76.       Width = 145
  77.     end
  78.     object cbBorlder: TcxComboBox
  79.       Left = 160
  80.       Top = 112
  81.       Properties.Items.Strings = (
  82.         '1'
  83.         '2'
  84.         '3'
  85.         '4'
  86.         '5'
  87.         '6'
  88.         '7'
  89.         '8'
  90.         '9'
  91.         '10')
  92.       Style.LookAndFeel.Kind = lfOffice11
  93.       Style.LookAndFeel.NativeStyle = True
  94.       StyleDisabled.LookAndFeel.Kind = lfOffice11
  95.       StyleDisabled.LookAndFeel.NativeStyle = True
  96.       StyleFocused.LookAndFeel.Kind = lfOffice11
  97.       StyleFocused.LookAndFeel.NativeStyle = True
  98.       StyleHot.LookAndFeel.Kind = lfOffice11
  99.       StyleHot.LookAndFeel.NativeStyle = True
  100.       TabOrder = 2
  101.       Text = '1'
  102.       Width = 145
  103.     end
  104.     object lbl1: TcxLabel
  105.       Left = 80
  106.       Top = 40
  107.       Caption = #34892#25968
  108.     end
  109.     object lbl2: TcxLabel
  110.       Left = 80
  111.       Top = 64
  112.       Caption = #21015#25968
  113.     end
  114.     object lbl3: TcxLabel
  115.       Left = 80
  116.       Top = 112
  117.       Caption = #36793#26694#31895#32454
  118.     end
  119.   end
  120.   object pnl2: TPanel
  121.     Left = 0
  122.     Top = 208
  123.     Width = 409
  124.     Height = 49
  125.     Align = alBottom
  126.     TabOrder = 1
  127.     object btn1: TcxButton
  128.       Left = 120
  129.       Top = 16
  130.       Width = 75
  131.       Height = 25
  132.       Caption = #30830#23450
  133.       ModalResult = 1
  134.       TabOrder = 0
  135.       LookAndFeel.Kind = lfOffice11
  136.       LookAndFeel.NativeStyle = True
  137.     end
  138.     object btn2: TcxButton
  139.       Left = 224
  140.       Top = 16
  141.       Width = 75
  142.       Height = 25
  143.       Caption = #21462#28040
  144.       ModalResult = 2
  145.       TabOrder = 1
  146.       LookAndFeel.Kind = lfOffice11
  147.       LookAndFeel.NativeStyle = True
  148.     end
  149.   end
  150. end