namespace hKursu
{
partial class frmAna
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAna));
this.label1 = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.label2 = new System.Windows.Forms.Label();
this.hLabel1 = new hKursu.hLabel();
this.SuspendLayout();
//
// label1
//
this.label1.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.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("Trebuchet MS", 63.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.label1.Location = new System.Drawing.Point(136, 6);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(794, 1401);
this.label1.TabIndex = 0;
this.label1.Text = "...";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label1.Visible = false;
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 10000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// label2
//
this.label2.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.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("Trebuchet MS", 63.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.label2.ForeColor = System.Drawing.Color.Red;
this.label2.Location = new System.Drawing.Point(137, 7);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(793, 1401);
this.label2.TabIndex = 1;
this.label2.Text = "...";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label2.Visible = false;
//
// hLabel1
//
this.hLabel1.BackColor = System.Drawing.Color.Transparent;
this.hLabel1.BevelDepth = 1;
this.hLabel1.BevelHighlight = System.Drawing.Color.White;
this.hLabel1.BevelShadow = System.Drawing.Color.Gray;
this.hLabel1.DrawOutline = false;
this.hLabel1.Effect = hKursu.hLabel.TextEffect.None;
this.hLabel1.Location = new System.Drawing.Point(0, 0);
this.hLabel1.MaximumSize = new System.Drawing.Size(320, 240);
this.hLabel1.MaxWidth = 400;
this.hLabel1.Name = "hLabel1";
this.hLabel1.OutlineColor = System.Drawing.Color.Black;
this.hLabel1.OutlineWidth = 1F;
this.hLabel1.ShadowColor = System.Drawing.Color.Gray;
this.hLabel1.ShadowOffset = 2;
this.hLabel1.Size = new System.Drawing.Size(320, 240);
this.hLabel1.TabIndex = 2;
this.hLabel1.Text = "hLabel1";
this.hLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.hLabel1.TextQuality = System.Drawing.Text.TextRenderingHint.AntiAliasGridFit;
this.hLabel1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.hLabel1_KeyPress);
//
// frmAna
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.ClientSize = new System.Drawing.Size(1064, 1413);
this.Controls.Add(this.hLabel1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmAna";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "DSI 22. Bölge Müdürlüğü Kürsü v.1.0";
this.Load += new System.EventHandler(this.frmAna_Load);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.frmAna_Paint);
this.DoubleClick += new System.EventHandler(this.frmAna_DoubleClick);
this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.frmAna_KeyPress);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Label label2;
private hLabel hLabel1;
}
}