CraftSynth.ImageEditor – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 namespace CraftSynth.ImageEditor
2 {
3 partial class FrmAbout
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9  
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22  
23 #region Windows Form Designer generated code
24  
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAbout));
32 this.lblText = new System.Windows.Forms.Label();
33 this.btnOK = new System.Windows.Forms.Button();
34 this.SuspendLayout();
35 //
36 // lblText
37 //
38 this.lblText.Location = new System.Drawing.Point(25, 15);
39 this.lblText.Name = "lblText";
40 this.lblText.Size = new System.Drawing.Size(203, 77);
41 this.lblText.TabIndex = 0;
42 this.lblText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
43 //
44 // btnOK
45 //
46 this.btnOK.Location = new System.Drawing.Point(90, 109);
47 this.btnOK.Name = "btnOK";
48 this.btnOK.Size = new System.Drawing.Size(77, 26);
49 this.btnOK.TabIndex = 1;
50 this.btnOK.Text = "OK";
51 this.btnOK.UseVisualStyleBackColor = true;
52 this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
53 //
54 // FrmAbout
55 //
56 this.AcceptButton = this.btnOK;
57 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
58 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
59 this.ClientSize = new System.Drawing.Size(252, 150);
60 this.Controls.Add(this.btnOK);
61 this.Controls.Add(this.lblText);
62 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
63 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
64 this.MaximizeBox = false;
65 this.MinimizeBox = false;
66 this.Name = "FrmAbout";
67 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
68 this.Text = "About CraftSynth.ImageEditor";
69 this.Load += new System.EventHandler(this.FrmAbout_Load);
70 this.ResumeLayout(false);
71  
72 }
73  
74 #endregion
75  
76 private System.Windows.Forms.Label lblText;
77 private System.Windows.Forms.Button btnOK;
78 }
79 }