Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-04-11 23:36:31 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-04-11 23:36:31 +0300
commit26572d95454a27b72a7a113168a36a38cf6e63e6 (patch)
tree2a98123dd43e3e244df8d7e4654a8bfa9f459ece /ImageGooglerForm.Designer.cs
parent8dca8a8b414d4f95c3bfce70ca91e6829679cf7a (diff)
Many minor fixes. Ready to rock! Waiting for translators.
Diffstat (limited to 'ImageGooglerForm.Designer.cs')
-rw-r--r--ImageGooglerForm.Designer.cs15
1 files changed, 3 insertions, 12 deletions
diff --git a/ImageGooglerForm.Designer.cs b/ImageGooglerForm.Designer.cs
index 6f54962f..218f3c35 100644
--- a/ImageGooglerForm.Designer.cs
+++ b/ImageGooglerForm.Designer.cs
@@ -36,35 +36,26 @@
//
// listView
//
- this.listView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
+ resources.ApplyResources(this.listView, "listView");
this.listView.LargeImageList = this.imageList;
- this.listView.Location = new System.Drawing.Point(12, 12);
this.listView.Name = "listView";
- this.listView.Size = new System.Drawing.Size(802, 469);
this.listView.SmallImageList = this.imageList;
- this.listView.TabIndex = 0;
this.listView.UseCompatibleStateImageBehavior = false;
this.listView.DoubleClick += new System.EventHandler(this.listView_DoubleClick);
//
// imageList
//
this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
- this.imageList.ImageSize = new System.Drawing.Size(204, 204);
+ resources.ApplyResources(this.imageList, "imageList");
this.imageList.TransparentColor = System.Drawing.Color.Transparent;
//
// ImageGooglerForm
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(826, 493);
this.Controls.Add(this.listView);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimizeBox = false;
this.Name = "ImageGooglerForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "Google Images";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ImageGooglerForm_FormClosing);
this.ResumeLayout(false);