代码搜索:PrintSet
找到约 53 项符合「PrintSet」的源代码
代码结果 53
www.eeworm.com/read/166785/9997813
printset
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form frmPrintSet
BorderSty
www.eeworm.com/read/190116/8447910
h printset.h
//---------------------------------------------------------------------------
#ifndef PrintSetH
#define PrintSetH
//---------------------------------------------------------------------------
#i
www.eeworm.com/read/190116/8447954
dfm printset.dfm
object FormPrintSet: TFormPrintSet
Left = 89
Top = 88
Width = 698
Height = 445
Caption = '打印设置窗口'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
F
www.eeworm.com/read/190116/8448069
cpp printset.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "PrintSet.h"
#include "DM1.h"
#include "MyPrint.h"
#include "SortSelec
www.eeworm.com/read/185687/8992046
cs printset.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Data.OleDb;
namespace Eboer.MIS.MF.Win
www.eeworm.com/read/166785/9997807
frm printset.frm
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "tabctl32.ocx"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.ocx"
Begin VB.Form frmPrintSet
BorderSty
www.eeworm.com/read/166785/9997818
bas printset.bas
Attribute VB_Name = "PrintSet"
Option Explicit
Public Const PaperA2 As String = "A2 420 x 594 mm"
Public Const PaperA3 As String = "A3 297 x 420 mm"
Public Const PaperA4 As String = "A4 210 x
www.eeworm.com/read/166785/9997822