diff options
| author | lempamo <[email protected]> | 2017-07-28 15:21:46 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-28 15:21:46 -0400 |
| commit | 717f7caf678aeb08bc2d621988b771cc1ebd6070 (patch) | |
| tree | 177212c65f2a90748c80beb8983070ddaae4d04d /TimeHACK.Main/SeizureWarning.Designer.cs | |
| parent | 9205136293b7bc77e570baaffdf0836c3aeef2aa (diff) | |
| download | histacom2-717f7caf678aeb08bc2d621988b771cc1ebd6070.tar.gz histacom2-717f7caf678aeb08bc2d621988b771cc1ebd6070.tar.bz2 histacom2-717f7caf678aeb08bc2d621988b771cc1ebd6070.zip | |
added seizure warning
Diffstat (limited to 'TimeHACK.Main/SeizureWarning.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/SeizureWarning.Designer.cs | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/TimeHACK.Main/SeizureWarning.Designer.cs b/TimeHACK.Main/SeizureWarning.Designer.cs new file mode 100644 index 0000000..fc86942 --- /dev/null +++ b/TimeHACK.Main/SeizureWarning.Designer.cs @@ -0,0 +1,81 @@ +namespace TimeHACK +{ + partial class SeizureWarning + { + /// <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 Component 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.pictureBox1 = new System.Windows.Forms.PictureBox(); + this.button1 = new System.Windows.Forms.Button(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); + this.SuspendLayout(); + // + // pictureBox1 + // + this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.pictureBox1.BackgroundImage = global::TimeHACK.Properties.Resources.SeizureWarning; + this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; + this.pictureBox1.Location = new System.Drawing.Point(0, 0); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size(600, 331); + this.pictureBox1.TabIndex = 0; + this.pictureBox1.TabStop = false; + // + // button1 + // + this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button1.ForeColor = System.Drawing.Color.White; + this.button1.Location = new System.Drawing.Point(261, 275); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(75, 23); + this.button1.TabIndex = 1; + this.button1.Text = "OK"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler(this.button1_Click); + // + // SeizureWarning + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.BackColor = System.Drawing.Color.Black; + this.Controls.Add(this.button1); + this.Controls.Add(this.pictureBox1); + this.Name = "SeizureWarning"; + this.Size = new System.Drawing.Size(600, 330); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.PictureBox pictureBox1; + private System.Windows.Forms.Button button1; + } +} |
