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 TextDialog
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(TextDialog));
32 this.txtTheText = new System.Windows.Forms.TextBox();
33 this.dlgFont = new System.Windows.Forms.FontDialog();
34 this.btnFont = new System.Windows.Forms.Button();
35 this.btnOK = new System.Windows.Forms.Button();
36 this.btnCancel = new System.Windows.Forms.Button();
37 this.SuspendLayout();
38 //
39 // txtTheText
40 //
41 this.txtTheText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
42 | System.Windows.Forms.AnchorStyles.Right)));
43 this.txtTheText.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
44 this.txtTheText.Location = new System.Drawing.Point(12, 12);
45 this.txtTheText.Margin = new System.Windows.Forms.Padding(3, 3, 130, 3);
46 this.txtTheText.Name = "txtTheText";
47 this.txtTheText.Size = new System.Drawing.Size(352, 20);
48 this.txtTheText.TabIndex = 1;
49 this.txtTheText.WordWrap = false;
50 //
51 // btnFont
52 //
53 this.btnFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
54 this.btnFont.Image = ((System.Drawing.Image)(resources.GetObject("btnFont.Image")));
55 this.btnFont.Location = new System.Drawing.Point(12, 44);
56 this.btnFont.Name = "btnFont";
57 this.btnFont.Size = new System.Drawing.Size(113, 25);
58 this.btnFont.TabIndex = 2;
59 this.btnFont.Text = "Text Font";
60 this.btnFont.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
61 this.btnFont.UseVisualStyleBackColor = true;
62 this.btnFont.Click += new System.EventHandler(this.btnFont_Click);
63 //
64 // btnOK
65 //
66 this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
67 this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
68 this.btnOK.Location = new System.Drawing.Point(131, 46);
69 this.btnOK.Name = "btnOK";
70 this.btnOK.Size = new System.Drawing.Size(114, 23);
71 this.btnOK.TabIndex = 4;
72 this.btnOK.Text = "OK";
73 this.btnOK.UseVisualStyleBackColor = true;
74 this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
75 //
76 // btnCancel
77 //
78 this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
79 this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
80 this.btnCancel.Location = new System.Drawing.Point(251, 46);
81 this.btnCancel.Name = "btnCancel";
82 this.btnCancel.Size = new System.Drawing.Size(113, 23);
83 this.btnCancel.TabIndex = 5;
84 this.btnCancel.Text = "Cancel";
85 this.btnCancel.UseVisualStyleBackColor = true;
86 //
87 // TextDialog
88 //
89 this.AcceptButton = this.btnOK;
90 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
91 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
92 this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
93 this.CancelButton = this.btnCancel;
94 this.ClientSize = new System.Drawing.Size(376, 81);
95 this.ControlBox = false;
96 this.Controls.Add(this.btnCancel);
97 this.Controls.Add(this.btnOK);
98 this.Controls.Add(this.btnFont);
99 this.Controls.Add(this.txtTheText);
100 this.MinimumSize = new System.Drawing.Size(392, 120);
101 this.Name = "TextDialog";
102 this.ShowInTaskbar = false;
103 this.Text = "Text";
104 this.TransparencyKey = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
105 this.Load += new System.EventHandler(this.TextDialog_Load);
106 this.ResizeEnd += new System.EventHandler(this.TextDialog_ResizeEnd);
107 this.ResumeLayout(false);
108 this.PerformLayout();
109  
110 }
111  
112 #endregion
113  
114 private System.Windows.Forms.TextBox txtTheText;
115 private System.Windows.Forms.Button btnFont;
116 private System.Windows.Forms.FontDialog dlgFont;
117 private System.Windows.Forms.Button btnOK;
118 private System.Windows.Forms.Button btnCancel;
119 }
120 }