1|1|1|1
<?xml version="1.0" encoding="utf-16"?>
<Forms version="3.0">
  <Form module="op" application="authorise_cc_orders" name="main" x="0" y="0" width="660" height="142" style="">
    <Coaching>This program checks all credit card orders within the entered ranges
and attempts to authorise all pre-authorised payments.</Coaching>
    <Grid num="1">
      <GridRow num="1">
        <GridColumn num="1" span="6">
          <Part title="Authorise credit card orders" x="0" y="0" width="630" height="44" style="">
            <Grid num="1">
              <GridRow num="1">
                <GridColumn num="1">
                  <BlockDef>
                    <RangeBlockArray span="1">
                      <RangeRows>
                        <RangeRow num="1">
                          <Description>
                            <Label num="1">Customer number:<GUILocation x="4" y="4" width="68" /></Label>
                          </Description>
                          <FromText>
                            <Label num="1">Between<GUILocation x="74" y="4" width="36" /></Label>
                          </FromText>
                          <FromField>
                            <Field num="2" ref="start_cust:1">
                              <GUILocation x="110" y="4" width="52" />
                            </Field>
                          </FromField>
                          <ToText>
                            <Label num="3">and<GUILocation x="164" y="4" width="17" /></Label>
                          </ToText>
                          <ToField>
                            <Field num="4" ref="end_cust:1">
                              <GUILocation x="183" y="4" width="52" />
                            </Field>
                          </ToField>
                        </RangeRow>
                        <RangeRow num="2">
                          <Description>
                            <Label num="1">Order number:<GUILocation x="4" y="18" width="55" /></Label>
                          </Description>
                          <FromText>
                            <Label num="1">Between<GUILocation x="74" y="18" width="36" /></Label>
                          </FromText>
                          <FromField>
                            <Field num="2" ref="start_order:1">
                              <GUILocation x="110" y="18" width="52" />
                            </Field>
                          </FromField>
                          <ToText>
                            <Label num="3">and<GUILocation x="164" y="18" width="17" /></Label>
                          </ToText>
                          <ToField>
                            <Field num="4" ref="end_order:1">
                              <GUILocation x="183" y="18" width="52" />
                            </Field>
                          </ToField>
                        </RangeRow>
                      </RangeRows>
                    </RangeBlockArray>
                  </BlockDef>
                </GridColumn>
              </GridRow>
            </Grid>
            <Parents />
          </Part>
        </GridColumn>
      </GridRow>
      <GridRow num="2">
        <GridColumn num="1" span="6">
          <Part title="Authorise credit card orders progress" x="0" y="64" width="630" height="58" style="">
            <Grid num="1">
              <GridRow num="1">
                <GridColumn num="1">
                  <BlockDef>
                    <StandardBlock span="1" hidebox="False">
                      <Title>
                        <Label num="1">Orders read:<GUILocation x="4" y="4" width="47" /></Label>
                      </Title>
                      <Components>
                        <Field num="1" ref="read:1">
                          <GUILocation x="51" y="4" width="30" />
                        </Field>
                      </Components>
                    </StandardBlock>
                  </BlockDef>
                </GridColumn>
              </GridRow>
              <GridRow num="2">
                <GridColumn num="1">
                  <BlockDef>
                    <StandardBlock span="1" hidebox="False">
                      <Title>
                        <Label num="1">Authorised:<GUILocation x="4" y="18" width="44" /></Label>
                      </Title>
                      <Components>
                        <Field num="1" ref="authorised:1">
                          <GUILocation x="51" y="18" width="30" />
                        </Field>
                      </Components>
                    </StandardBlock>
                  </BlockDef>
                </GridColumn>
              </GridRow>
              <GridRow num="3">
                <GridColumn num="1">
                  <BlockDef>
                    <StandardBlock span="1" hidebox="False">
                      <Title>
                        <Label num="1">Failed:<GUILocation x="4" y="32" width="26" /></Label>
                      </Title>
                      <Components>
                        <Field num="1" ref="failed:1">
                          <GUILocation x="51" y="32" width="30" />
                        </Field>
                      </Components>
                    </StandardBlock>
                  </BlockDef>
                </GridColumn>
              </GridRow>
            </Grid>
            <Parents />
          </Part>
        </GridColumn>
      </GridRow>
    </Grid>
    <ActionKeys>
      <ActionKey key="0">
        <Icon>ActionClose.gif</Icon>
      </ActionKey>
      <ActionKey key="1">
        <Icon>ActionOK.gif</Icon>
      </ActionKey>
      <ActionKey key="2">
        <Icon>Browse.gif</Icon>
      </ActionKey>
      <ActionKey key="3">
        <Icon>FirstPage.gif</Icon>
      </ActionKey>
      <ActionKey key="5">
        <Icon>Delete.gif</Icon>
      </ActionKey>
      <ActionKey key="6">
        <Icon>NextPage.gif</Icon>
      </ActionKey>
      <ActionKey key="7">
        <Icon>PreviousPage.gif</Icon>
      </ActionKey>
      <ActionKey key="10">
        <Icon>Print.gif</Icon>
      </ActionKey>
    </ActionKeys>
  </Form>
</Forms>
