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-01-16 13:06:19 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-01-16 13:06:19 +0300
commit98baa664036f58ddaa38cd79d7092502db770e76 (patch)
tree457ad6f95772ff4cddc338e86d3a9fd301d4c172 /ImageGooglerForm.Designer.cs
parent81a106d35bab7386754e8b875eb9d355818a1a20 (diff)
Game Genie support + some fixes
Diffstat (limited to 'ImageGooglerForm.Designer.cs')
-rw-r--r--ImageGooglerForm.Designer.cs152
1 files changed, 77 insertions, 75 deletions
diff --git a/ImageGooglerForm.Designer.cs b/ImageGooglerForm.Designer.cs
index 96eed4fc..d6609bae 100644
--- a/ImageGooglerForm.Designer.cs
+++ b/ImageGooglerForm.Designer.cs
@@ -1,76 +1,78 @@
-namespace com.clusterrr.hakchi_gui
-{
- partial class ImageGooglerForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.listView = new System.Windows.Forms.ListView();
- this.imageList = new System.Windows.Forms.ImageList(this.components);
- this.SuspendLayout();
- //
- // 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)));
- 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);
- this.imageList.TransparentColor = System.Drawing.Color.Transparent;
- //
- // ImageGooglerForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(826, 493);
- this.Controls.Add(this.listView);
- 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);
-
- }
-
- #endregion
-
- private System.Windows.Forms.ListView listView;
- private System.Windows.Forms.ImageList imageList;
-
- }
+namespace com.clusterrr.hakchi_gui
+{
+ partial class ImageGooglerForm
+ {
+ /// <summary>
+ /// Required designer variable.
+ /// </summary>
+ private System.ComponentModel.IContainer components = null;
+
+ /// <summary>
+ /// Clean up any resources being used.
+ /// </summary>
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ /// <summary>
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ /// </summary>
+ private void InitializeComponent()
+ {
+ this.components = new System.ComponentModel.Container();
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImageGooglerForm));
+ this.listView = new System.Windows.Forms.ListView();
+ this.imageList = new System.Windows.Forms.ImageList(this.components);
+ this.SuspendLayout();
+ //
+ // 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)));
+ 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);
+ this.imageList.TransparentColor = System.Drawing.Color.Transparent;
+ //
+ // ImageGooglerForm
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ 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.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);
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.ListView listView;
+ private System.Windows.Forms.ImageList imageList;
+
+ }
} \ No newline at end of file