0
|
1 namespace BLToolkit.ComponentModel.Design
|
|
2 {
|
|
3 partial class GetTypeDialog
|
|
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 this.components = new System.ComponentModel.Container();
|
|
32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GetTypeDialog));
|
|
33 System.Windows.Forms.Label labelRebuild;
|
|
34 this._treeView = new System.Windows.Forms.TreeView();
|
|
35 this.imageList = new System.Windows.Forms.ImageList(this.components);
|
|
36 this._systemCheckBox = new System.Windows.Forms.CheckBox();
|
|
37 this._okButton = new System.Windows.Forms.Button();
|
|
38 this._cancelButton = new System.Windows.Forms.Button();
|
|
39 labelRebuild = new System.Windows.Forms.Label();
|
|
40 this.SuspendLayout();
|
|
41 //
|
|
42 // _treeView
|
|
43 //
|
|
44 this._treeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
45 | System.Windows.Forms.AnchorStyles.Left)
|
|
46 | System.Windows.Forms.AnchorStyles.Right)));
|
|
47 this._treeView.ImageIndex = 0;
|
|
48 this._treeView.ImageList = this.imageList;
|
|
49 this._treeView.Location = new System.Drawing.Point(14, 48);
|
|
50 this._treeView.Name = "_treeView";
|
|
51 this._treeView.SelectedImageIndex = 0;
|
|
52 this._treeView.Size = new System.Drawing.Size(523, 345);
|
|
53 this._treeView.TabIndex = 0;
|
|
54 this._treeView.DoubleClick += new System.EventHandler(this.treeView_DoubleClick);
|
|
55 this._treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect);
|
|
56 //
|
|
57 // imageList
|
|
58 //
|
|
59 this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
|
|
60 this.imageList.TransparentColor = System.Drawing.Color.Magenta;
|
|
61 this.imageList.Images.SetKeyName(0, "None.bmp");
|
|
62 this.imageList.Images.SetKeyName(1, "Assembly.bmp");
|
|
63 this.imageList.Images.SetKeyName(2, "Namespace.bmp");
|
|
64 this.imageList.Images.SetKeyName(3, "Object.bmp");
|
|
65 //
|
|
66 // _systemCheckBox
|
|
67 //
|
|
68 this._systemCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
69 this._systemCheckBox.AutoSize = true;
|
|
70 this._systemCheckBox.Checked = true;
|
|
71 this._systemCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
72 this._systemCheckBox.Location = new System.Drawing.Point(14, 409);
|
|
73 this._systemCheckBox.Name = "_systemCheckBox";
|
|
74 this._systemCheckBox.Size = new System.Drawing.Size(330, 20);
|
|
75 this._systemCheckBox.TabIndex = 1;
|
|
76 this._systemCheckBox.Text = "Hide assemblies that begin with Microsoft or System.";
|
|
77 this._systemCheckBox.UseVisualStyleBackColor = true;
|
|
78 this._systemCheckBox.CheckedChanged += new System.EventHandler(this.systemCheckBox_CheckedChanged);
|
|
79 //
|
|
80 // labelRebuild
|
|
81 //
|
|
82 labelRebuild.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
83 | System.Windows.Forms.AnchorStyles.Right)));
|
|
84 labelRebuild.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
85 labelRebuild.Location = new System.Drawing.Point(11, 9);
|
|
86 labelRebuild.Name = "labelRebuild";
|
|
87 labelRebuild.Size = new System.Drawing.Size(525, 32);
|
|
88 labelRebuild.TabIndex = 5;
|
|
89 labelRebuild.Text = "If your object type does not appear, close the dialog and rebuild the project tha" +
|
|
90 "t contains your object.\r\n\r\n";
|
|
91 //
|
|
92 // _okButton
|
|
93 //
|
|
94 this._okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
95 this._okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
96 this._okButton.Location = new System.Drawing.Point(350, 404);
|
|
97 this._okButton.Name = "_okButton";
|
|
98 this._okButton.Size = new System.Drawing.Size(87, 29);
|
|
99 this._okButton.TabIndex = 3;
|
|
100 this._okButton.Text = "OK";
|
|
101 this._okButton.UseVisualStyleBackColor = true;
|
|
102 //
|
|
103 // _cancelButton
|
|
104 //
|
|
105 this._cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
106 this._cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
107 this._cancelButton.Location = new System.Drawing.Point(450, 404);
|
|
108 this._cancelButton.Name = "_cancelButton";
|
|
109 this._cancelButton.Size = new System.Drawing.Size(87, 29);
|
|
110 this._cancelButton.TabIndex = 4;
|
|
111 this._cancelButton.Text = "Cancel";
|
|
112 this._cancelButton.UseVisualStyleBackColor = true;
|
|
113 //
|
|
114 // GetTypeDialog
|
|
115 //
|
|
116 this.AcceptButton = this._okButton;
|
|
117 this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
|
|
118 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
119 this.CancelButton = this._cancelButton;
|
|
120 this.ClientSize = new System.Drawing.Size(547, 442);
|
|
121 this.Controls.Add(labelRebuild);
|
|
122 this.Controls.Add(this._systemCheckBox);
|
|
123 this.Controls.Add(this._cancelButton);
|
|
124 this.Controls.Add(this._okButton);
|
|
125 this.Controls.Add(this._treeView);
|
|
126 this.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
127 this.MaximizeBox = false;
|
|
128 this.MinimizeBox = false;
|
|
129 this.MinimumSize = new System.Drawing.Size(555, 275);
|
|
130 this.Name = "GetTypeDialog";
|
|
131 this.ShowIcon = false;
|
|
132 this.ShowInTaskbar = false;
|
|
133 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
134 this.Text = "Select the Type";
|
|
135 this.ResumeLayout(false);
|
|
136 this.PerformLayout();
|
|
137
|
|
138 }
|
|
139
|
|
140 #endregion
|
|
141
|
|
142 private System.Windows.Forms.Button _okButton;
|
|
143 private System.Windows.Forms.Button _cancelButton;
|
|
144 private System.Windows.Forms.ImageList imageList;
|
|
145 private System.Windows.Forms.TreeView _treeView;
|
|
146 private System.Windows.Forms.CheckBox _systemCheckBox;
|
|
147 }
|
|
148 } |