| 1 | namespace TexturedFontEditor |
| 2 | { |
| 3 | partial class Dialog_InputBox |
| 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 | this.textBox1 = new System.Windows.Forms.TextBox(); |
| 32 | this.button1 = new System.Windows.Forms.Button(); |
| 33 | this.button2 = new System.Windows.Forms.Button(); |
| 34 | this.label1 = new System.Windows.Forms.Label(); |
| 35 | this.SuspendLayout(); |
| 36 | // |
| 37 | // textBox1 |
| 38 | // |
| 39 | this.textBox1.Location = new System.Drawing.Point(12, 40); |
| 40 | this.textBox1.Name = "textBox1"; |
| 41 | this.textBox1.Size = new System.Drawing.Size(284, 21); |
| 42 | this.textBox1.TabIndex = 0; |
| 43 | this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress); |
| 44 | // |
| 45 | // button1 |
| 46 | // |
| 47 | this.button1.DialogResult = System.Windows.Forms.DialogResult.OK; |
| 48 | this.button1.Location = new System.Drawing.Point(69, 67); |
| 49 | this.button1.Name = "button1"; |
| 50 | this.button1.Size = new System.Drawing.Size(75, 23); |
| 51 | this.button1.TabIndex = 2; |
| 52 | this.button1.Text = "确定"; |
| 53 | this.button1.UseVisualStyleBackColor = true; |
| 54 | this.button1.Click += new System.EventHandler(this.button1_Click); |
| 55 | // |
| 56 | // button2 |
| 57 | // |
| 58 | this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel; |
| 59 | this.button2.Location = new System.Drawing.Point(172, 67); |
| 60 | this.button2.Name = "button2"; |
nothing calls this directly
no outgoing calls
no test coverage detected