Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
fmSelectGrammars.Designer.cs
Go to the documentation of this file.
1 namespace Irony.GrammarExplorer {
2  partial class fmSelectGrammars {
3  /// <summary>
4  /// Required designer variable.
5  /// </summary>
6  private System.ComponentModel.IContainer components = null;
7 
8  /// <summary>
9  /// Clean up any resources being used.
10  /// </summary>
11  /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12  protected override void Dispose(bool disposing) {
13  if (disposing && (components != null)) {
14  components.Dispose();
15  }
16  base.Dispose(disposing);
17  }
18 
19  #region Windows Form Designer generated code
20 
21  /// <summary>
22  /// Required method for Designer support - do not modify
23  /// the contents of this method with the code editor.
24  /// </summary>
25  private void InitializeComponent() {
26  this.pnlBottom = new System.Windows.Forms.Panel();
27  this.btnUncheckAll = new System.Windows.Forms.Button();
28  this.btnCheckAll = new System.Windows.Forms.Button();
29  this.btnCancel = new System.Windows.Forms.Button();
30  this.btnOK = new System.Windows.Forms.Button();
31  this.lstGrammars = new System.Windows.Forms.CheckedListBox();
32  this.pnlBottom.SuspendLayout();
33  this.SuspendLayout();
34  //
35  // pnlBottom
36  //
37  this.pnlBottom.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
38  this.pnlBottom.Controls.Add(this.btnUncheckAll);
39  this.pnlBottom.Controls.Add(this.btnCheckAll);
40  this.pnlBottom.Controls.Add(this.btnCancel);
41  this.pnlBottom.Controls.Add(this.btnOK);
42  this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
43  this.pnlBottom.Location = new System.Drawing.Point(0, 245);
44  this.pnlBottom.Name = "pnlBottom";
45  this.pnlBottom.Size = new System.Drawing.Size(451, 35);
46  this.pnlBottom.TabIndex = 1;
47  //
48  // btnUncheckAll
49  //
50  this.btnUncheckAll.Location = new System.Drawing.Point(75, 3);
51  this.btnUncheckAll.Name = "btnUncheckAll";
52  this.btnUncheckAll.Size = new System.Drawing.Size(74, 24);
53  this.btnUncheckAll.TabIndex = 3;
54  this.btnUncheckAll.Text = "Uncheck All";
55  this.btnUncheckAll.UseVisualStyleBackColor = true;
56  this.btnUncheckAll.Click += new System.EventHandler(this.btnCheckUncheck_Click);
57  //
58  // btnCheckAll
59  //
60  this.btnCheckAll.Location = new System.Drawing.Point(3, 3);
61  this.btnCheckAll.Name = "btnCheckAll";
62  this.btnCheckAll.Size = new System.Drawing.Size(66, 24);
63  this.btnCheckAll.TabIndex = 2;
64  this.btnCheckAll.Text = "Check All";
65  this.btnCheckAll.UseVisualStyleBackColor = true;
66  this.btnCheckAll.Click += new System.EventHandler(this.btnCheckUncheck_Click);
67  //
68  // btnCancel
69  //
70  this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
71  this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
72  this.btnCancel.Location = new System.Drawing.Point(379, 3);
73  this.btnCancel.Name = "btnCancel";
74  this.btnCancel.Size = new System.Drawing.Size(66, 24);
75  this.btnCancel.TabIndex = 1;
76  this.btnCancel.Text = "Cancel";
77  this.btnCancel.UseVisualStyleBackColor = true;
78  //
79  // btnOK
80  //
81  this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
82  this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
83  this.btnOK.Location = new System.Drawing.Point(307, 3);
84  this.btnOK.Name = "btnOK";
85  this.btnOK.Size = new System.Drawing.Size(66, 24);
86  this.btnOK.TabIndex = 0;
87  this.btnOK.Text = "OK";
88  this.btnOK.UseVisualStyleBackColor = true;
89  //
90  // lstGrammars
91  //
92  this.lstGrammars.Dock = System.Windows.Forms.DockStyle.Fill;
93  this.lstGrammars.FormattingEnabled = true;
94  this.lstGrammars.Location = new System.Drawing.Point(0, 0);
95  this.lstGrammars.Name = "lstGrammars";
96  this.lstGrammars.Size = new System.Drawing.Size(451, 244);
97  this.lstGrammars.Sorted = true;
98  this.lstGrammars.TabIndex = 2;
99  //
100  // fmSelectGrammars
101  //
102  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
103  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
104  this.ClientSize = new System.Drawing.Size(451, 280);
105  this.Controls.Add(this.lstGrammars);
106  this.Controls.Add(this.pnlBottom);
107  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
108  this.MaximizeBox = false;
109  this.MinimizeBox = false;
110  this.Name = "fmSelectGrammars";
111  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
112  this.Text = "Select Grammars";
113  this.pnlBottom.ResumeLayout(false);
114  this.ResumeLayout(false);
115 
116  }
117 
118  #endregion
119 
120  private System.Windows.Forms.Panel pnlBottom;
121  private System.Windows.Forms.Button btnCancel;
122  private System.Windows.Forms.Button btnOK;
123  private System.Windows.Forms.CheckedListBox lstGrammars;
124  private System.Windows.Forms.Button btnUncheckAll;
125  private System.Windows.Forms.Button btnCheckAll;
126  }
127 }
SharpDX.DirectWrite.Font Font
override void Dispose(bool disposing)
Clean up any resources being used.