misu – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 namespace misu
2 {
3 partial class BindKeyForm
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(BindKeyForm));
32 this.textBox1 = new System.Windows.Forms.TextBox();
33 this.button1 = new System.Windows.Forms.Button();
34 this.SuspendLayout();
35 //
36 // textBox1
37 //
38 this.textBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
39 this.textBox1.Location = new System.Drawing.Point(0, 96);
40 this.textBox1.Name = "textBox1";
41 this.textBox1.ReadOnly = true;
42 this.textBox1.Size = new System.Drawing.Size(224, 20);
43 this.textBox1.TabIndex = 3;
44 //
45 // button1
46 //
47 this.button1.AutoSize = true;
48 this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
49 this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
50 this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
51 this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
52 this.button1.Location = new System.Drawing.Point(0, 0);
53 this.button1.Name = "button1";
54 this.button1.Size = new System.Drawing.Size(224, 96);
55 this.button1.TabIndex = 4;
56 this.button1.UseVisualStyleBackColor = false;
57 this.button1.Click += new System.EventHandler(this.RecButtonOnClick);
58 //
59 // BindKeyForm
60 //
61 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
62 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
63 this.AutoSize = true;
64 this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
65 this.ClientSize = new System.Drawing.Size(224, 116);
66 this.Controls.Add(this.button1);
67 this.Controls.Add(this.textBox1);
68 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
69 this.MaximizeBox = false;
70 this.MinimizeBox = false;
71 this.MinimumSize = new System.Drawing.Size(224, 38);
72 this.Name = "BindKeyForm";
3 office 73 this.Text = "misu: Create Shortcut";
1 office 74 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFormClosing);
75 this.Load += new System.EventHandler(this.OnFormLoad);
76 this.ResumeLayout(false);
77 this.PerformLayout();
78  
79 }
80  
81 #endregion
82 private System.Windows.Forms.TextBox textBox1;
83 private System.Windows.Forms.Button button1;
84 }
85 }