public DivMainAraDesign(IAraContainerClient vConteiner)
            : base(vConteiner)
        {
            #region Instances
            #region Propertys Main
            this.Visible   = false;
            this.Left      = new Ara2.Components.AraDistance(@"0px");
            this.Top       = new Ara2.Components.AraDistance(@"0px");
            this.MinWidth  = new Ara2.Components.AraDistance(@"10px");
            this.MinHeight = new Ara2.Components.AraDistance(@"10px");
            this.Width     = new Ara2.Components.AraDistance(@"577px");
            this.Height    = new Ara2.Components.AraDistance(@"196px");
            #endregion


            #region A0O215
            this.A0O215 = new Ara2.Components.AraDiv(this);

            this.A0O215.Name           = "A0O215";
            this.A0O215.StyleContainer = true;
            this.A0O215.Left           = new Ara2.Components.AraDistance(@"12px");
            this.A0O215.Top            = new Ara2.Components.AraDistance(@"17px");
            this.A0O215.MinWidth       = new Ara2.Components.AraDistance(@"10px");
            this.A0O215.MinHeight      = new Ara2.Components.AraDistance(@"10px");
            this.A0O215.Width          = new Ara2.Components.AraDistance(@"150px");
            this.A0O215.Height         = new Ara2.Components.AraDistance(@"155px");
            this.A0O215.ZIndex         = 1;
            #endregion
            #region bSimples
            this.bSimples = new Ara2.Components.AraButton(this.A0O215);

            this.bSimples.Name         = "bSimples";
            this.bSimples.Text         = @"Simples";
            this.bSimples.Anchor.Left  = 5;
            this.bSimples.Anchor.Right = 5;
            this.bSimples.Left         = new Ara2.Components.AraDistance(@"5px");
            this.bSimples.Top          = new Ara2.Components.AraDistance(@"32px");
            this.bSimples.MinWidth     = new Ara2.Components.AraDistance(@"10px");
            this.bSimples.MinHeight    = new Ara2.Components.AraDistance(@"25px");
            this.bSimples.Width        = new Ara2.Components.AraDistance(@"140px");
            this.bSimples.Height       = new Ara2.Components.AraDistance(@"25px");
            this.bSimples.ZIndex       = 1;
            this.bSimples.Click       += bSimples_Click;
            #endregion
            #region A0O240
            this.A0O240 = new Ara2.Components.AraLabel(this.A0O215);

            this.A0O240.Name      = "A0O240";
            this.A0O240.Text      = @"Upload";
            this.A0O240.Left      = new Ara2.Components.AraDistance(@"5px");
            this.A0O240.Top       = new Ara2.Components.AraDistance(@"4px");
            this.A0O240.MinWidth  = new Ara2.Components.AraDistance(@"10px");
            this.A0O240.MinHeight = new Ara2.Components.AraDistance(@"17px");
            this.A0O240.Width     = new Ara2.Components.AraDistance(@"100px");
            this.A0O240.Height    = new Ara2.Components.AraDistance(@"17px");
            this.A0O240.ZIndex    = 2;
            #endregion
            #endregion
        }
Exemplo n.º 2
0
        public FrmUploadSimplesAraDesign(IAraContainerClient vConteiner)
            : base(vConteiner)
        {
            #region Instances
            #region Propertys Main
            this.ZIndexWindow = 1000004;
            this.Visible      = false;
            this.Width        = new Ara2.Components.AraDistance(@"509px");
            this.Height       = new Ara2.Components.AraDistance(@"308px");
            #endregion


            #region bSair
            this.bSair = new Ara2.Components.AraButton(this);

            this.bSair.Name         = "bSair";
            this.bSair.Text         = @"Sair";
            this.bSair.Anchor.Right = 5;
            this.bSair.Left         = new Ara2.Components.AraDistance(@"414px");
            this.bSair.Top          = new Ara2.Components.AraDistance(@"8px");
            this.bSair.MinWidth     = new Ara2.Components.AraDistance(@"10px");
            this.bSair.MinHeight    = new Ara2.Components.AraDistance(@"25px");
            this.bSair.Width        = new Ara2.Components.AraDistance(@"90px");
            this.bSair.Height       = new Ara2.Components.AraDistance(@"25px");
            this.bSair.ZIndex       = 1;
            this.bSair.Click       += bSair_Click;
            #endregion
            #region Upload
            this.Upload = new Ara2.Components.Upload.AraUpload(this);

            this.Upload.Name                 = "Upload";
            this.Upload.Anchor.Left          = 5;
            this.Upload.Anchor.Top           = 40;
            this.Upload.Anchor.Right         = 5;
            this.Upload.Anchor.Bottom        = 5;
            this.Upload.Left                 = new Ara2.Components.AraDistance(@"5px");
            this.Upload.Top                  = new Ara2.Components.AraDistance(@"40px");
            this.Upload.MinWidth             = new Ara2.Components.AraDistance(@"150px");
            this.Upload.MinHeight            = new Ara2.Components.AraDistance(@"50px");
            this.Upload.Width                = new Ara2.Components.AraDistance(@"499px");
            this.Upload.Height               = new Ara2.Components.AraDistance(@"263px");
            this.Upload.ZIndex               = 2;
            this.Upload.PathSaveFiles        = @"D:\Tecnomips\Ara.Net2\Ara2.Dev\Ara2.Dev\UploadFiles\";
            this.Upload.ReceiveFile         += Upload_ReceiveFile;
            this.Upload.ReceiveFileComplite += Upload_ReceiveFileComplite;
            #endregion
            #endregion
        }
        public FrmModeloAraDesign(IAraContainerClient vConteiner)
            : base(vConteiner)
        {
            #region Instances

            #region Propertys Main
            this.Name           = @"FrmSkin";
            this.Visible        = false;
            this.Width          = new AraDistance(@"591px");
            this.Height         = new AraDistance(@"145px");
            this.ZIndexWindow   = 1000004;
            this.Anchor.CenterH = false;
            this.Anchor.CenterV = false;
            #endregion

            #endregion
        }
Exemplo n.º 4
0
 public FrmUploadSimples(IAraContainerClient ConteinerFather)
     : base(ConteinerFather)
 {
     Upload.Text = "Teste !";
 }
        public AraUploadFormAraDesign(IAraContainerClient vConteiner)
            : base(vConteiner)
        {
            #region Instances
            #region Propertys Main
            this.Title        = @"Envie os Arquivos";
            this.ZIndexWindow = 1000004;
            this.ButtonClose  = false;
            this.Visible      = false;
            this.Width        = new Ara2.Components.AraDistance(@"476px");
            this.Height       = new Ara2.Components.AraDistance(@"340px");
            #endregion


            #region Upload
            this.Upload = new Ara2.Components.Upload.AraUpload(this);

            this.Upload.Name                 = "Upload";
            this.Upload.Anchor.Left          = 5;
            this.Upload.Anchor.Top           = 40;
            this.Upload.Anchor.Right         = 5;
            this.Upload.Anchor.Bottom        = 5;
            this.Upload.Left                 = new Ara2.Components.AraDistance(@"5px");
            this.Upload.Top                  = new Ara2.Components.AraDistance(@"40px");
            this.Upload.MinWidth             = new Ara2.Components.AraDistance(@"150px");
            this.Upload.MinHeight            = new Ara2.Components.AraDistance(@"50px");
            this.Upload.Width                = new Ara2.Components.AraDistance(@"466px");
            this.Upload.Height               = new Ara2.Components.AraDistance(@"295px");
            this.Upload.ZIndex               = 1;
            this.Upload.PathSaveFiles        = @"C:\Program Files\Tecnomips\Ara2.Dev\UploadFiles\";
            this.Upload.ReceiveFile         += Upload_ReceiveFile;
            this.Upload.ReceiveFileComplite += Upload_ReceiveFileComplite;
            #endregion
            #region A0O122
            this.A0O122 = new Ara2.Components.AraLabel(this);

            this.A0O122.Name         = "A0O122";
            this.A0O122.Text         = @"Arraste os arquivos em cima do botão vermelho";
            this.A0O122.Anchor.Left  = 5;
            this.A0O122.Anchor.Top   = 5;
            this.A0O122.Anchor.Right = 5;
            this.A0O122.Left         = new Ara2.Components.AraDistance(@"5px");
            this.A0O122.Top          = new Ara2.Components.AraDistance(@"4px");
            this.A0O122.MinWidth     = new Ara2.Components.AraDistance(@"10px");
            this.A0O122.MinHeight    = new Ara2.Components.AraDistance(@"17px");
            this.A0O122.Width        = new Ara2.Components.AraDistance(@"466px");
            this.A0O122.Height       = new Ara2.Components.AraDistance(@"30px");
            this.A0O122.ZIndex       = 2;
            #endregion
            #region bFechar
            this.bFechar = new Ara2.Components.AraButton(this);

            this.bFechar.Name      = "bFechar";
            this.bFechar.Text      = @"Sair";
            this.bFechar.Left      = new Ara2.Components.AraDistance(@"364px");
            this.bFechar.Top       = new Ara2.Components.AraDistance(@"4px");
            this.bFechar.MinWidth  = new Ara2.Components.AraDistance(@"10px");
            this.bFechar.MinHeight = new Ara2.Components.AraDistance(@"25px");
            this.bFechar.Width     = new Ara2.Components.AraDistance(@"105px");
            this.bFechar.Height    = new Ara2.Components.AraDistance(@"25px");
            this.bFechar.ZIndex    = 3;
            this.bFechar.Click    += bFechar_Click;
            #endregion
            #endregion
        }
Exemplo n.º 6
0
 public DivMain(IAraContainerClient ConteinerFather)
     : base(ConteinerFather)
 {
 }
Exemplo n.º 7
0
 public FrmModelo(IAraContainerClient ConteinerFather)
     : base(ConteinerFather)
 {
 }
Exemplo n.º 8
0
 public AraUploadForm(IAraContainerClient ConteinerFather)
     : base(ConteinerFather)
 {
 }