U_general_print.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:9k
源码类别:

Delphi/CppBuilder

开发平台:

Delphi

  1. object frmPrint: TfrmPrint
  2.   Left = 287
  3.   Top = 111
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = #25171#21360#36873#25321#31383#21475
  7.   ClientHeight = 348
  8.   ClientWidth = 363
  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 = poScreenCenter
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object StatusBar1: TStatusBar
  21.     Left = 0
  22.     Top = 327
  23.     Width = 363
  24.     Height = 21
  25.     Panels = <
  26.       item
  27.         Width = 150
  28.       end
  29.       item
  30.         Width = 200
  31.       end
  32.       item
  33.         Width = 50
  34.       end>
  35.     SimplePanel = False
  36.   end
  37.   object Panel1: TPanel
  38.     Left = 0
  39.     Top = 31
  40.     Width = 363
  41.     Height = 234
  42.     Align = alClient
  43.     BevelInner = bvLowered
  44.     TabOrder = 1
  45.     object SrcLabel: TLabel
  46.       Left = 12
  47.       Top = 10
  48.       Width = 48
  49.       Height = 12
  50.       Caption = #21407#26377#23383#27573
  51.       Font.Charset = GB2312_CHARSET
  52.       Font.Color = clBlack
  53.       Font.Height = -12
  54.       Font.Name = #23435#20307
  55.       Font.Style = []
  56.       ParentFont = False
  57.     end
  58.     object DstLabel: TLabel
  59.       Left = 206
  60.       Top = 10
  61.       Width = 48
  62.       Height = 12
  63.       Caption = #30446#26631#23383#27573
  64.       Font.Charset = GB2312_CHARSET
  65.       Font.Color = clBlack
  66.       Font.Height = -12
  67.       Font.Name = #23435#20307
  68.       Font.Style = []
  69.       ParentFont = False
  70.     end
  71.     object IncludeBtn: TSpeedButton
  72.       Left = 171
  73.       Top = 38
  74.       Width = 24
  75.       Height = 22
  76.       Caption = '>'
  77.       Enabled = False
  78.       Flat = True
  79.       Font.Charset = GB2312_CHARSET
  80.       Font.Color = clBlack
  81.       Font.Height = -12
  82.       Font.Name = #23435#20307
  83.       Font.Style = []
  84.       ParentFont = False
  85.       OnClick = IncludeBtnClick
  86.     end
  87.     object IncAllBtn: TSpeedButton
  88.       Left = 171
  89.       Top = 88
  90.       Width = 24
  91.       Height = 22
  92.       Caption = '>>'
  93.       Enabled = False
  94.       Flat = True
  95.       Font.Charset = GB2312_CHARSET
  96.       Font.Color = clBlack
  97.       Font.Height = -12
  98.       Font.Name = #23435#20307
  99.       Font.Style = []
  100.       ParentFont = False
  101.       OnClick = IncAllBtnClick
  102.     end
  103.     object ExcludeBtn: TSpeedButton
  104.       Left = 171
  105.       Top = 136
  106.       Width = 24
  107.       Height = 22
  108.       Caption = '<'
  109.       Enabled = False
  110.       Flat = True
  111.       Font.Charset = GB2312_CHARSET
  112.       Font.Color = clBlack
  113.       Font.Height = -12
  114.       Font.Name = #23435#20307
  115.       Font.Style = []
  116.       ParentFont = False
  117.       OnClick = ExcludeBtnClick
  118.     end
  119.     object ExAllBtn: TSpeedButton
  120.       Left = 171
  121.       Top = 186
  122.       Width = 24
  123.       Height = 22
  124.       Caption = '<<'
  125.       Enabled = False
  126.       Flat = True
  127.       Font.Charset = GB2312_CHARSET
  128.       Font.Color = clBlack
  129.       Font.Height = -12
  130.       Font.Name = #23435#20307
  131.       Font.Style = []
  132.       ParentFont = False
  133.       OnClick = ExAllBtnClick
  134.     end
  135.     object Label2: TLabel
  136.       Left = 40
  137.       Top = 300
  138.       Width = 66
  139.       Height = 12
  140.       Caption = #21046#34920#20154#22995#21517':'
  141.       Font.Charset = GB2312_CHARSET
  142.       Font.Color = clBlack
  143.       Font.Height = -12
  144.       Font.Name = #23435#20307
  145.       Font.Style = []
  146.       ParentFont = False
  147.     end
  148.     object Label3: TLabel
  149.       Left = 237
  150.       Top = 301
  151.       Width = 54
  152.       Height = 12
  153.       Caption = #21046#34920#26085#26399':'
  154.       Font.Charset = GB2312_CHARSET
  155.       Font.Color = clBlack
  156.       Font.Height = -12
  157.       Font.Name = #23435#20307
  158.       Font.Style = []
  159.       ParentFont = False
  160.     end
  161.     object SrcList: TListBox
  162.       Left = 11
  163.       Top = 29
  164.       Width = 150
  165.       Height = 196
  166.       Cursor = crArrow
  167.       Font.Charset = GB2312_CHARSET
  168.       Font.Color = clBlack
  169.       Font.Height = -12
  170.       Font.Name = #23435#20307
  171.       Font.Style = []
  172.       ItemHeight = 12
  173.       MultiSelect = True
  174.       ParentFont = False
  175.       TabOrder = 0
  176.       OnDblClick = SrcListDblClick
  177.     end
  178.     object DstList: TListBox
  179.       Left = 206
  180.       Top = 29
  181.       Width = 150
  182.       Height = 196
  183.       Font.Charset = GB2312_CHARSET
  184.       Font.Color = clBlack
  185.       Font.Height = -12
  186.       Font.Name = #23435#20307
  187.       Font.Style = []
  188.       ItemHeight = 12
  189.       MultiSelect = True
  190.       ParentFont = False
  191.       TabOrder = 1
  192.       OnDblClick = DstListDblClick
  193.     end
  194.   end
  195.   object Panel2: TPanel
  196.     Left = 0
  197.     Top = 296
  198.     Width = 363
  199.     Height = 31
  200.     Align = alBottom
  201.     BevelInner = bvLowered
  202.     TabOrder = 2
  203.     object btnOK: TSpeedButton
  204.       Left = 208
  205.       Top = 4
  206.       Width = 68
  207.       Height = 22
  208.       Caption = #30830' '#23450
  209.       Flat = True
  210.       Font.Charset = GB2312_CHARSET
  211.       Font.Color = clBlack
  212.       Font.Height = -12
  213.       Font.Name = #23435#20307
  214.       Font.Style = []
  215.       Glyph.Data = {
  216.         76010000424D7601000000000000760000002800000020000000100000000100
  217.         04000000000000010000120B0000120B00001000000000000000000000000000
  218.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  219.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  220.         555555555555555555555555555555555555555555FF55555555555559055555
  221.         55555555577FF5555555555599905555555555557777F5555555555599905555
  222.         555555557777FF5555555559999905555555555777777F555555559999990555
  223.         5555557777777FF5555557990599905555555777757777F55555790555599055
  224.         55557775555777FF5555555555599905555555555557777F5555555555559905
  225.         555555555555777FF5555555555559905555555555555777FF55555555555579
  226.         05555555555555777FF5555555555557905555555555555777FF555555555555
  227.         5990555555555555577755555555555555555555555555555555}
  228.       NumGlyphs = 2
  229.       ParentFont = False
  230.       OnClick = btnOKClick
  231.     end
  232.     object btnCancel: TSpeedButton
  233.       Left = 286
  234.       Top = 4
  235.       Width = 68
  236.       Height = 22
  237.       Caption = #21462' '#28040
  238.       Flat = True
  239.       Font.Charset = GB2312_CHARSET
  240.       Font.Color = clBlack
  241.       Font.Height = -12
  242.       Font.Name = #23435#20307
  243.       Font.Style = []
  244.       Glyph.Data = {
  245.         76010000424D7601000000000000760000002800000020000000100000000100
  246.         04000000000000010000130B0000130B00001000000000000000000000000000
  247.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  248.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  249.         3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  250.         33333337777FF377FF3333993370739993333377FF373F377FF3399993000339
  251.         993337777F777F3377F3393999707333993337F77737333337FF993399933333
  252.         399377F3777FF333377F993339903333399377F33737FF33377F993333707333
  253.         399377F333377FF3377F993333101933399377F333777FFF377F993333000993
  254.         399377FF3377737FF7733993330009993933373FF3777377F7F3399933000399
  255.         99333773FF777F777733339993707339933333773FF7FFF77333333999999999
  256.         3333333777333777333333333999993333333333377777333333}
  257.       NumGlyphs = 2
  258.       ParentFont = False
  259.       OnClick = btnCancelClick
  260.     end
  261.   end
  262.   object Panel3: TPanel
  263.     Left = 0
  264.     Top = 0
  265.     Width = 363
  266.     Height = 31
  267.     Align = alTop
  268.     BevelInner = bvLowered
  269.     TabOrder = 3
  270.     object Label1: TLabel
  271.       Left = 9
  272.       Top = 9
  273.       Width = 36
  274.       Height = 12
  275.       Caption = #26631#39064#65306
  276.       Font.Charset = GB2312_CHARSET
  277.       Font.Color = clBlack
  278.       Font.Height = -12
  279.       Font.Name = #23435#20307
  280.       Font.Style = []
  281.       ParentFont = False
  282.     end
  283.     object edtPrintTitle: TEdit
  284.       Left = 44
  285.       Top = 5
  286.       Width = 313
  287.       Height = 20
  288.       Font.Charset = GB2312_CHARSET
  289.       Font.Color = clBlack
  290.       Font.Height = -12
  291.       Font.Name = #23435#20307
  292.       Font.Style = []
  293.       ParentFont = False
  294.       TabOrder = 0
  295.     end
  296.   end
  297.   object Panel4: TPanel
  298.     Left = 0
  299.     Top = 265
  300.     Width = 363
  301.     Height = 31
  302.     Align = alBottom
  303.     BevelInner = bvLowered
  304.     TabOrder = 4
  305.     object Label4: TLabel
  306.       Left = 10
  307.       Top = 8
  308.       Width = 66
  309.       Height = 12
  310.       Caption = #21046#34920#20154#22995#21517':'
  311.       Font.Charset = GB2312_CHARSET
  312.       Font.Color = clBlack
  313.       Font.Height = -12
  314.       Font.Name = #23435#20307
  315.       Font.Style = []
  316.       ParentFont = False
  317.     end
  318.     object Label5: TLabel
  319.       Left = 201
  320.       Top = 9
  321.       Width = 54
  322.       Height = 12
  323.       Caption = #21046#34920#26085#26399':'
  324.       Font.Charset = GB2312_CHARSET
  325.       Font.Color = clBlack
  326.       Font.Height = -12
  327.       Font.Name = #23435#20307
  328.       Font.Style = []
  329.       ParentFont = False
  330.     end
  331.     object edtLister: TEdit
  332.       Left = 77
  333.       Top = 5
  334.       Width = 74
  335.       Height = 20
  336.       Font.Charset = GB2312_CHARSET
  337.       Font.Color = clBlack
  338.       Font.Height = -12
  339.       Font.Name = #23435#20307
  340.       Font.Style = []
  341.       ParentFont = False
  342.       TabOrder = 0
  343.     end
  344.     object edtListDate: TEdit
  345.       Left = 256
  346.       Top = 4
  347.       Width = 98
  348.       Height = 20
  349.       Font.Charset = GB2312_CHARSET
  350.       Font.Color = clBlack
  351.       Font.Height = -12
  352.       Font.Name = #23435#20307
  353.       Font.Style = []
  354.       ParentFont = False
  355.       TabOrder = 1
  356.     end
  357.   end
  358.   object ClientDataSet: TClientDataSet
  359.     Aggregates = <>
  360.     Params = <>
  361.     ProviderName = 'P_General'
  362.     RemoteServer = frmMain.SocketConnection
  363.     Left = 160
  364.     Top = 40
  365.   end
  366. end