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-07 19:18:29 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-01-07 19:18:29 +0300
commitbaebd293c5e8cc41ebcd11464868e73c0a8044db (patch)
treeee1ec4f7d85863099b3d1d7656935295973e352d /ImageGooglerForm.Designer.cs
First commit
Diffstat (limited to 'ImageGooglerForm.Designer.cs')
-rw-r--r--ImageGooglerForm.Designer.cs76
1 files changed, 76 insertions, 0 deletions
diff --git a/ImageGooglerForm.Designer.cs b/ImageGooglerForm.Designer.cs
new file mode 100644
index 00000000..96eed4fc
--- /dev/null
+++ b/ImageGooglerForm.Designer.cs
@@ -0,0 +1,76 @@
+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;
+
+ }
+} \ No newline at end of file