Ignore:
Timestamp:
2013-07-26 12:21:45 (10 years ago)
Author:
vivasuom
Message:

Talletus.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 2012/26/VilleS/WindowsFormsApplication1/WindowsFormsApplication1/Form1.Designer.cs

    r4661 r4727  
    3232            this.button3 = new System.Windows.Forms.Button(); 
    3333            this.webBrowser1 = new System.Windows.Forms.WebBrowser(); 
     34            this.progressBar1 = new System.Windows.Forms.ProgressBar(); 
    3435            this.SuspendLayout(); 
    3536            //  
     
    4849            //  
    4950            this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 
    50             this.button3.Location = new System.Drawing.Point(1089, 575); 
     51            this.button3.Location = new System.Drawing.Point(924, 575); 
    5152            this.button3.Name = "button3"; 
    5253            this.button3.Size = new System.Drawing.Size(84, 32); 
     
    6465            this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20); 
    6566            this.webBrowser1.Name = "webBrowser1"; 
    66             this.webBrowser1.Size = new System.Drawing.Size(1161, 557); 
     67            this.webBrowser1.Size = new System.Drawing.Size(996, 557); 
    6768            this.webBrowser1.TabIndex = 3; 
    6869            this.webBrowser1.Url = new System.Uri("http://antti-jussi.tk/AJ/AJ.png", System.UriKind.Absolute); 
    6970            this.webBrowser1.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser1_DocumentCompleted); 
     71            //  
     72            // progressBar1 
     73            //  
     74            this.progressBar1.Location = new System.Drawing.Point(102, 584); 
     75            this.progressBar1.Name = "progressBar1"; 
     76            this.progressBar1.Size = new System.Drawing.Size(816, 23); 
     77            this.progressBar1.TabIndex = 4; 
    7078            //  
    7179            // Form1 
     
    7381            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 
    7482            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
    75             this.ClientSize = new System.Drawing.Size(1185, 619); 
     83            this.ClientSize = new System.Drawing.Size(1020, 619); 
     84            this.Controls.Add(this.progressBar1); 
    7685            this.Controls.Add(this.webBrowser1); 
    7786            this.Controls.Add(this.button3); 
     
    8897        private System.Windows.Forms.Button button3; 
    8998        private System.Windows.Forms.WebBrowser webBrowser1; 
     99        private System.Windows.Forms.ProgressBar progressBar1; 
    90100    } 
    91101} 
Note: See TracChangeset for help on using the changeset viewer.