41 lines
1.5 KiB
Markdown
41 lines
1.5 KiB
Markdown
|
# Cmdproc-1.frm Form Definition
|
||
|
=====================================
|
||
|
|
||
|
### Overview
|
||
|
|
||
|
This code defines a graphical user interface (GUI) form named `frmMain` in the `Cmdproc-1.frm` file.
|
||
|
|
||
|
### Form Properties
|
||
|
|
||
|
* **Client Size**: The form's client area is set to a height of `11205` pixels and a width of `13110` pixels.
|
||
|
* **Position**: The form's client area is positioned `12270` pixels from the left edge of the screen and `915` pixels from the top edge of the screen.
|
||
|
* **Control Box**: The form does not have a control box (`ControlBox = 0`).
|
||
|
* **Icon**: The form displays an icon in its title bar (`Icon = "Cmdproc-1.frx":0000`).
|
||
|
* **Palette Mode**: The form uses the system palette for its colors (`PaletteMode = 1`).
|
||
|
|
||
|
### Form Controls
|
||
|
|
||
|
* **txtMonitor**: A text box control with the following properties:
|
||
|
+ Alignment: Center (`Alignment = 2`)
|
||
|
+ Height: `285` pixels
|
||
|
+ Left: `10200` pixels
|
||
|
+ Tab Index: `80`
|
||
|
+ Text: "wdtCommandProcessor"
|
||
|
+ Top: `0` pixels
|
||
|
+ Width: `1875` pixels
|
||
|
* **cmdClearSpoolFiles**: A command button control with the following properties:
|
||
|
+ Caption: "Clear Spool Files"
|
||
|
+ Height: `255` pixels
|
||
|
+ Left: `4740` pixels
|
||
|
+ Tab Index: `79`
|
||
|
+ Top: `7200` pixels
|
||
|
+ Width: `1335` pixels
|
||
|
* **filBuffers**: A file list box control with the following properties:
|
||
|
+ Height: `480` pixels
|
||
|
+ Left: (not specified)
|
||
|
+ Top: (not specified)
|
||
|
+ Width: (not specified)
|
||
|
|
||
|
### Notes
|
||
|
|
||
|
This code is written in Visual Basic (VB) and is intended for use in a GUI application.
|