00001 namespace Editor
00002 {
00003 partial class NewEventDialog
00004 {
00008 private System.ComponentModel.IContainer components = null;
00009
00014 protected override void Dispose(bool disposing)
00015 {
00016 if (disposing && (components != null))
00017 {
00018 components.Dispose();
00019 }
00020 base.Dispose(disposing);
00021 }
00022
00023 #region Windows Form Designer generated code
00024
00029 private void InitializeComponent()
00030 {
00031 this.nameLabel = new System.Windows.Forms.Label();
00032 this.typeLabel = new System.Windows.Forms.Label();
00033 this.valueLabel = new System.Windows.Forms.Label();
00034 this.nameTextBox = new System.Windows.Forms.TextBox();
00035 this.typeTextBox = new System.Windows.Forms.TextBox();
00036 this.valueTextBox = new System.Windows.Forms.TextBox();
00037 this.okButton = new System.Windows.Forms.Button();
00038 this.CancelButton = new System.Windows.Forms.Button();
00039 this.SuspendLayout();
00040
00041
00042
00043 this.nameLabel.AutoSize = true;
00044 this.nameLabel.Location = new System.Drawing.Point(25, 26);
00045 this.nameLabel.Name = "nameLabel";
00046 this.nameLabel.Size = new System.Drawing.Size(35, 13);
00047 this.nameLabel.TabIndex = 0;
00048 this.nameLabel.Text = "Name";
00049
00050
00051
00052 this.typeLabel.AutoSize = true;
00053 this.typeLabel.Location = new System.Drawing.Point(25, 52);
00054 this.typeLabel.Name = "typeLabel";
00055 this.typeLabel.Size = new System.Drawing.Size(31, 13);
00056 this.typeLabel.TabIndex = 2;
00057 this.typeLabel.Text = "Type";
00058
00059
00060
00061 this.valueLabel.AutoSize = true;
00062 this.valueLabel.Location = new System.Drawing.Point(26, 81);
00063 this.valueLabel.Name = "valueLabel";
00064 this.valueLabel.Size = new System.Drawing.Size(34, 13);
00065 this.valueLabel.TabIndex = 3;
00066 this.valueLabel.Text = "Value";
00067
00068
00069
00070 this.nameTextBox.Location = new System.Drawing.Point(100, 23);
00071 this.nameTextBox.Name = "nameTextBox";
00072 this.nameTextBox.Size = new System.Drawing.Size(454, 20);
00073 this.nameTextBox.TabIndex = 5;
00074
00075
00076
00077 this.typeTextBox.Location = new System.Drawing.Point(100, 49);
00078 this.typeTextBox.Name = "typeTextBox";
00079 this.typeTextBox.Size = new System.Drawing.Size(454, 20);
00080 this.typeTextBox.TabIndex = 7;
00081
00082
00083
00084 this.valueTextBox.Location = new System.Drawing.Point(100, 78);
00085 this.valueTextBox.Name = "valueTextBox";
00086 this.valueTextBox.Size = new System.Drawing.Size(454, 20);
00087 this.valueTextBox.TabIndex = 8;
00088
00089
00090
00091 this.okButton.Location = new System.Drawing.Point(318, 120);
00092 this.okButton.Name = "okButton";
00093 this.okButton.Size = new System.Drawing.Size(119, 25);
00094 this.okButton.TabIndex = 10;
00095 this.okButton.Text = "Ok";
00096 this.okButton.UseVisualStyleBackColor = true;
00097 this.okButton.Click += new System.EventHandler(this.okButton_Click);
00098
00099
00100
00101 this.CancelButton.Location = new System.Drawing.Point(443, 120);
00102 this.CancelButton.Name = "CancelButton";
00103 this.CancelButton.Size = new System.Drawing.Size(111, 25);
00104 this.CancelButton.TabIndex = 11;
00105 this.CancelButton.Text = "Cancel";
00106 this.CancelButton.UseVisualStyleBackColor = true;
00107 this.CancelButton.Click += new System.EventHandler(this.CancelButton_Click);
00108
00109
00110
00111 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00112 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00113 this.ClientSize = new System.Drawing.Size(566, 171);
00114 this.Controls.Add(this.CancelButton);
00115 this.Controls.Add(this.okButton);
00116 this.Controls.Add(this.valueTextBox);
00117 this.Controls.Add(this.typeTextBox);
00118 this.Controls.Add(this.nameTextBox);
00119 this.Controls.Add(this.valueLabel);
00120 this.Controls.Add(this.typeLabel);
00121 this.Controls.Add(this.nameLabel);
00122 this.Name = "NewEventDialog";
00123 this.Text = "NewEventDialog";
00124 this.Load += new System.EventHandler(this.NewEventDialog_Load);
00125 this.ResumeLayout(false);
00126 this.PerformLayout();
00127
00128 }
00129
00130 #endregion
00131
00132 private System.Windows.Forms.Label nameLabel;
00133 private System.Windows.Forms.Label typeLabel;
00134 private System.Windows.Forms.Label valueLabel;
00135 private System.Windows.Forms.TextBox nameTextBox;
00136 private System.Windows.Forms.TextBox typeTextBox;
00137 private System.Windows.Forms.TextBox valueTextBox;
00138 private System.Windows.Forms.Button okButton;
00139 private System.Windows.Forms.Button CancelButton;
00140 }
00141 }