1 namespace Irony.GrammarExplorer {
2 partial class fmSelectGrammars {
6 private System.ComponentModel.IContainer components = null;
12 protected override void Dispose(
bool disposing) {
13 if (disposing && (components != null)) {
16 base.Dispose(disposing);
19 #region Windows Form Designer generated code
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();
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;
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);
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);
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;
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;
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;
102 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
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);
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;
SharpDX.DirectWrite.Font Font
override void Dispose(bool disposing)
Clean up any resources being used.