- Timestamp:
- 2013-07-26 12:21:45 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/26/VilleS/WindowsFormsApplication1/WindowsFormsApplication1/Form1.Designer.cs
r4661 r4727 32 32 this.button3 = new System.Windows.Forms.Button(); 33 33 this.webBrowser1 = new System.Windows.Forms.WebBrowser(); 34 this.progressBar1 = new System.Windows.Forms.ProgressBar(); 34 35 this.SuspendLayout(); 35 36 // … … 48 49 // 49 50 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); 51 52 this.button3.Name = "button3"; 52 53 this.button3.Size = new System.Drawing.Size(84, 32); … … 64 65 this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20); 65 66 this.webBrowser1.Name = "webBrowser1"; 66 this.webBrowser1.Size = new System.Drawing.Size( 1161, 557);67 this.webBrowser1.Size = new System.Drawing.Size(996, 557); 67 68 this.webBrowser1.TabIndex = 3; 68 69 this.webBrowser1.Url = new System.Uri("http://antti-jussi.tk/AJ/AJ.png", System.UriKind.Absolute); 69 70 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; 70 78 // 71 79 // Form1 … … 73 81 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 74 82 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); 76 85 this.Controls.Add(this.webBrowser1); 77 86 this.Controls.Add(this.button3); … … 88 97 private System.Windows.Forms.Button button3; 89 98 private System.Windows.Forms.WebBrowser webBrowser1; 99 private System.Windows.Forms.ProgressBar progressBar1; 90 100 } 91 101 }
Note: See TracChangeset
for help on using the changeset viewer.