blob: ce9324afaae888851798da40c1f21ef9fc14714c [file] [log] [blame]
Zachary Turner1122be82016-09-07 18:28:55 +00001namespace LLVM.ClangTidy
2{
3 partial class ClangTidyPropertyGrid
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 Component 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.label1 = new System.Windows.Forms.Label();
32 this.textBox1 = new System.Windows.Forms.TextBox();
33 this.button1 = new System.Windows.Forms.Button();
34 this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
35 this.clangTidyProperties1 = new LLVM.ClangTidy.ClangTidyProperties();
36 this.clangTidyConfigurationPage1 = new LLVM.ClangTidy.ClangTidyConfigurationPage();
37 this.linkLabelPath = new System.Windows.Forms.LinkLabel();
38 this.SuspendLayout();
39 //
40 // label1
41 //
42 this.label1.AutoSize = true;
43 this.label1.Location = new System.Drawing.Point(14, 17);
44 this.label1.Name = "label1";
45 this.label1.Size = new System.Drawing.Size(88, 13);
46 this.label1.TabIndex = 0;
47 this.label1.Text = "Configuration File";
48 //
49 // textBox1
50 //
51 this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
52 | System.Windows.Forms.AnchorStyles.Right)));
53 this.textBox1.Location = new System.Drawing.Point(108, 14);
54 this.textBox1.Name = "textBox1";
55 this.textBox1.Size = new System.Drawing.Size(222, 20);
56 this.textBox1.TabIndex = 1;
57 //
58 // button1
59 //
60 this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
61 this.button1.Location = new System.Drawing.Point(336, 14);
62 this.button1.Name = "button1";
63 this.button1.Size = new System.Drawing.Size(78, 20);
64 this.button1.TabIndex = 2;
65 this.button1.Text = "Browse";
66 this.button1.UseVisualStyleBackColor = true;
67 this.button1.Click += new System.EventHandler(this.button1_Click);
68 //
69 // propertyGrid1
70 //
71 this.propertyGrid1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
72 | System.Windows.Forms.AnchorStyles.Left)
73 | System.Windows.Forms.AnchorStyles.Right)));
74 this.propertyGrid1.Location = new System.Drawing.Point(20, 73);
75 this.propertyGrid1.Name = "propertyGrid1";
76 this.propertyGrid1.SelectedObject = this.clangTidyProperties1;
77 this.propertyGrid1.Size = new System.Drawing.Size(391, 384);
78 this.propertyGrid1.TabIndex = 6;
79 this.propertyGrid1.ViewBorderColor = System.Drawing.SystemColors.ControlDarkDark;
80 this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged);
81 //
82 // linkLabelPath
83 //
84 this.linkLabelPath.AutoSize = true;
85 this.linkLabelPath.Location = new System.Drawing.Point(29, 50);
86 this.linkLabelPath.Name = "linkLabelPath";
87 this.linkLabelPath.Size = new System.Drawing.Size(55, 13);
88 this.linkLabelPath.TabIndex = 7;
89 this.linkLabelPath.TabStop = true;
90 this.linkLabelPath.Text = "linkLabel1";
91 this.linkLabelPath.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelPath_LinkClicked);
92 //
93 // ClangTidyPropertyGrid
94 //
95 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
96 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
97 this.Controls.Add(this.linkLabelPath);
98 this.Controls.Add(this.propertyGrid1);
99 this.Controls.Add(this.button1);
100 this.Controls.Add(this.textBox1);
101 this.Controls.Add(this.label1);
102 this.Name = "ClangTidyPropertyGrid";
103 this.Size = new System.Drawing.Size(444, 469);
104 this.ResumeLayout(false);
105 this.PerformLayout();
106
107 }
108
109 #endregion
110
111 private System.Windows.Forms.Label label1;
112 private System.Windows.Forms.TextBox textBox1;
113 private System.Windows.Forms.Button button1;
114 private System.Windows.Forms.PropertyGrid propertyGrid1;
115 private ClangTidyProperties clangTidyProperties1;
116 private ClangTidyConfigurationPage clangTidyConfigurationPage1;
117 private System.Windows.Forms.LinkLabel linkLabelPath;
118 }
119}