当前位置:[北京同好会]>[编程]>[对话框]

 

一些对话框

串口通信监测对话框 PACKAGE Trs232dlg *rs232dlg

功能:

显示发送和接收的字节或指令(选中Command)

NFL sports jerseys are a abundant means for any fan to appearance cheap nfl jerseys their abutment for their respected team .cheap nfl jerseys As you attending at the altered available, you ability admiration what some cheap nfl jerseys of your alternatives are as you aswell cheap nfl jerseys activate the seek for one that is cheap nfl jerseys acceptable for you.Typically, 2013 super bowl jerseys you will exchange that NFL sports jerseys cheap nike nfl jerseys are advised as replicas of the official bold jersey your respected players wear. They are fabricated of a college superior nylon allowing the derma beneath them to breathe easily. Best of all,cheap nfl jerseys the faculty superior versions ravens jerseys will endure a continued time acknowledgment to the added material. Over the years,49ers jerseys these jerseys accept become cheap nfl jerseys absolute accepted acknowledgment to the cheap nfl jerseys able followings the teams have. Most break at home admirers like to action the jersey of their respected player, while they acclamation at the bold on nfl jerseys cheap the big screen. Those that do Cheap Nike NFL jerseys accomplish it to the big game, they adore accepting their on to appearance the aggregation they cheap nfl jerseys are admitting and they tend to attending ablaze in a affiliate marketer of hundreds cutting the absolute above mentioned jersey When you are searching at the altered NFL sports jerseys, you will apprehension that they accept a altered appearance 2013 super bowl jerseys depending on gender.cheap authentic jerseys The ones advised nfl jerseys cheap for men are about abutting cut to the close and aggregate cheap jerseys china out in the accept areas Women will exchange a added airy close band that gives them added nfl jerseys china comfort Their options cheap nfl jerseys can be bigger in the chest breadth and smaller in the amateur and sides. There are cheap jerseys china even some risque jersey sources cheap nfl jerseys of the added adventuresome women to wear.

手动发送指令

调用:

void updaterx(unsigned char byte) 显示接收字节

void updatetx(unsigned char byte) 显示发送字节

HWND hmainform 设置消息接收窗口

void setcmdlist(TStringList * cmdlist) 设置对应的指令集

消息处理
#define WM_TDIALOGCOMMESSAGE (WM_APP + 402)

TRS232DLG_WND_OFF 对话框被关闭
TRS232DLG_SENDCMD 发送1个字节,内容在LPARAM。主程序处理发送。

选项设置对话框PACKAGE Tconfigdlg *configdlg

功能

设置选项参数

调用

bool setparam(long int ilong,long int ilat,int izone,AnsiString csavedir,bool braexch,bool bdecexch, bool bmotorexch, int mounttype, int itrackparam[7],bool btracklog) 设置对话框中的参数

void getparam(long int &ilong, long int &ilat, int &izone, AnsiString &csavedir, bool &braexch,bool &bdecexch, bool &bmotorexch, int &mounttype, int *itrackparam,bool &btracklog) 读取对话框中的参数

(2007-1-15)

 

目标选择对话框PACKAGE Ttargdlg *targdlg

功能

选择目标

调用

void Setdatdir(AnsiString fpath) 设置星表文件目录。默认为工作目录/dat/。

AnsiString gettarget(long int &sky_target_ra, long int &sky_target_dec, long int &sky_target_ra_2k, long int &sky_target_dec_2k) 返回目标的当前和J2000坐标。及目标名称。

bool getvariable(long double & epoch, long double & period) 返回变星的历元和周期。

(2007-3-10)

天文计算器PACKAGE Tastrocalc *astrocalc

功能:

天文计算

时角计算

变星历元计算

调用

AnsiString sky_strimgdir 火星等表面图文件目录

AnsiString sky_strsavedir 文件保存目录

void setlocal(long int llong, long int llat, int ihr) 观测点坐标

void setvariable(long double epoch, long double period) 变星历元

void Setdatdir(AnsiString fpath) 数据文件目录

(2007-3-23)