Exemplo n.º 1
0
        private void InitializeComponent()
        {
#line hidden
            this.Controls.DesignTime = true;
#line 70
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSplash));
            this.ToolTipMain = new Mobilize.Web.ToolTip(this.components);
            this.Timer1      = new Mobilize.Web.Timer(components);
            this.Image1      = new Mobilize.Web.PictureBox();
            this.SuspendLayout();
            //
            // Timer1
            //
            this.Timer1.Enabled  = true;
            this.Timer1.Interval = 3000;
            this.Timer1.Tick    += new System.EventHandler(this.Timer1_Tick);
            //
            // Image1
            //
            this.Image1.AllowDrop   = true;
            this.Image1.BorderStyle = Mobilize.Web.BorderStyle.None;
            this.Image1.Enabled     = true;
            this.Image1.Image       = "assets/images/SKS.frmSplash.Image1.Image.png";
            this.Image1.Location    = new System.Drawing.Point(0, 0);
            this.Image1.Name        = "Image1";
            this.Image1.Size        = new System.Drawing.Size(964, 642);
            this.Image1.SizeMode    = Mobilize.Web.PictureBoxSizeMode.StretchImage;
            this.Image1.Visible     = true;
            //
            // frmSplash
            //
            this.AllowDrop = true;
            this.Properties().AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
            this.Properties().AutoScaleMode       = Stub._System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = Mobilize.Web.SystemColors.Control;
            this.Properties().ClientSize = new System.Drawing.Size(943, 613);
            this.Controls.Add(this.Image1);
            this.FormBorderStyle       = Mobilize.Web.FormBorderStyle.FixedDialog;
            this.KeyPreview            = true;
            this.Properties().Location = new System.Drawing.Point(17, 116);
            this.MaximizeBox           = false;
            this.MinimizeBox           = false;
            this.Name = "frmSplash";
            this.Properties().RightToLeft   = Stub._System.Windows.Forms.RightToLeft.No;
            this.Properties().ShowInTaskbar = false;
            this.Properties().StartPosition = Mobilize.Web.FormStartPosition.CenterScreen;
            this.Closed   += new System.EventHandler(this.Form_Closed);
            this.KeyPress += new Mobilize.Web.KeyPressEventHandler(this.Form_KeyPress);
            this.ResumeLayout(false);

#line hidden
            this.Controls.DesignTime = false;
#line 115
        }
Exemplo n.º 2
0
 internal static double ValBox(string Prompt, Mobilize.Web.PictureBox Icon, string Title = "", double Default = 0, string Header = "Value Box")
 {
     // With frmValue
     //    If Title <> Empty Then
     //       .Caption = Title
     //    Else
     //        .Caption = App.Title
     //    End If
     //    .lblHeader.Caption = StrConv(Header, vbUpperCase)
     //    .imgIcon.Picture = Icon.Picture
     //    .lblPrompt.Caption = Prompt
     //    .Default Val(Default)
     //    .Show vbModal
     //    ValBox = Val(.txtValue.Text)
     //    Unload frmValue
     // End With
     return(0);
 }
Exemplo n.º 3
0
 Properties(this Mobilize.Web.PictureBox pictureBox)
 {
     return(new Stub._System.Windows.Forms.PictureBoxEx());
 }