PageRenderTime 39ms CodeModel.GetById 13ms RepoModel.GetById 1ms app.codeStats 0ms

/source/library/Interlace.UserInterface/NamedObjects/NamedObjectSuggestionsForm.Designer.cs

https://bitbucket.org/VahidN/interlace
C# | 206 lines | 134 code | 9 blank | 63 comment | 3 complexity | bd6a9a7f31036e58d01efe0da23e4caa MD5 | raw file
  1. #region Using Directives and Copyright Notice
  2. // Copyright (c) 2007-2010, Computer Consultancy Pty Ltd
  3. // All rights reserved.
  4. //
  5. // Redistribution and use in source and binary forms, with or without
  6. // modification, are permitted provided that the following conditions are met:
  7. // * Redistributions of source code must retain the above copyright
  8. // notice, this list of conditions and the following disclaimer.
  9. // * Redistributions in binary form must reproduce the above copyright
  10. // notice, this list of conditions and the following disclaimer in the
  11. // documentation and/or other materials provided with the distribution.
  12. // * Neither the name of the Computer Consultancy Pty Ltd nor the
  13. // names of its contributors may be used to endorse or promote products
  14. // derived from this software without specific prior written permission.
  15. //
  16. // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  17. // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  18. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  19. // ARE DISCLAIMED. IN NO EVENT SHALL COMPUTER CONSULTANCY PTY LTD BE LIABLE
  20. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  21. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  22. // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  23. // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  24. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  25. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  26. // DAMAGE.
  27. #endregion
  28. namespace Interlace.NamedObjects
  29. {
  30. partial class NamedObjectSuggestionsForm
  31. {
  32. /// <summary>
  33. /// Required designer variable.
  34. /// </summary>
  35. private System.ComponentModel.IContainer components = null;
  36. /// <summary>
  37. /// Clean up any resources being used.
  38. /// </summary>
  39. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  40. protected override void Dispose(bool disposing)
  41. {
  42. if (disposing && (components != null))
  43. {
  44. components.Dispose();
  45. }
  46. base.Dispose(disposing);
  47. }
  48. #region Windows Form Designer generated code
  49. /// <summary>
  50. /// Required method for Designer support - do not modify
  51. /// the contents of this method with the code editor.
  52. /// </summary>
  53. private void InitializeComponent()
  54. {
  55. this._textLabel = new DevExpress.XtraEditors.LabelControl();
  56. this._text = new DevExpress.XtraEditors.TextEdit();
  57. this._suggestionsLabel = new DevExpress.XtraEditors.LabelControl();
  58. this._cancel = new DevExpress.XtraEditors.SimpleButton();
  59. this._change = new DevExpress.XtraEditors.SimpleButton();
  60. this._suggestionsGrid = new DevExpress.XtraGrid.GridControl();
  61. this._suggestionsView = new DevExpress.XtraGrid.Views.Grid.GridView();
  62. this._checkNames = new DevExpress.XtraEditors.SimpleButton();
  63. ((System.ComponentModel.ISupportInitialize)(this._text.Properties)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this._suggestionsGrid)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this._suggestionsView)).BeginInit();
  66. this.SuspendLayout();
  67. //
  68. // _textLabel
  69. //
  70. this._textLabel.Location = new System.Drawing.Point(12, 12);
  71. this._textLabel.Name = "_textLabel";
  72. this._textLabel.Size = new System.Drawing.Size(249, 13);
  73. this._textLabel.TabIndex = 0;
  74. this._textLabel.Text = "The following object was not found or is ambiguous:";
  75. //
  76. // _text
  77. //
  78. this._text.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  79. | System.Windows.Forms.AnchorStyles.Right)));
  80. this._text.Location = new System.Drawing.Point(12, 31);
  81. this._text.MinimumSize = new System.Drawing.Size(372, 20);
  82. this._text.Name = "_text";
  83. this._text.Size = new System.Drawing.Size(372, 20);
  84. this._text.TabIndex = 1;
  85. this._text.EditValueChanged += new System.EventHandler(this._text_EditValueChanged);
  86. this._text.KeyDown += new System.Windows.Forms.KeyEventHandler(this._text_KeyDown);
  87. //
  88. // _suggestionsLabel
  89. //
  90. this._suggestionsLabel.Location = new System.Drawing.Point(12, 57);
  91. this._suggestionsLabel.Name = "_suggestionsLabel";
  92. this._suggestionsLabel.Size = new System.Drawing.Size(62, 13);
  93. this._suggestionsLabel.TabIndex = 2;
  94. this._suggestionsLabel.Text = "Suggestions:";
  95. //
  96. // _cancel
  97. //
  98. this._cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  99. this._cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  100. this._cancel.Location = new System.Drawing.Point(12, 248);
  101. this._cancel.Name = "_cancel";
  102. this._cancel.Size = new System.Drawing.Size(85, 23);
  103. this._cancel.TabIndex = 3;
  104. this._cancel.Text = "&Cancel";
  105. this._cancel.Click += new System.EventHandler(this._cancel_Click);
  106. //
  107. // _change
  108. //
  109. this._change.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  110. this._change.Location = new System.Drawing.Point(299, 248);
  111. this._change.Name = "_change";
  112. this._change.Size = new System.Drawing.Size(85, 23);
  113. this._change.TabIndex = 4;
  114. this._change.Text = "&Change";
  115. this._change.Click += new System.EventHandler(this._change_Click);
  116. //
  117. // _suggestionsGrid
  118. //
  119. this._suggestionsGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  120. | System.Windows.Forms.AnchorStyles.Left)
  121. | System.Windows.Forms.AnchorStyles.Right)));
  122. this._suggestionsGrid.EmbeddedNavigator.Name = "";
  123. this._suggestionsGrid.Location = new System.Drawing.Point(12, 76);
  124. this._suggestionsGrid.MainView = this._suggestionsView;
  125. this._suggestionsGrid.Name = "_suggestionsGrid";
  126. this._suggestionsGrid.Size = new System.Drawing.Size(372, 166);
  127. this._suggestionsGrid.TabIndex = 2;
  128. this._suggestionsGrid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  129. this._suggestionsView});
  130. //
  131. // _suggestionsView
  132. //
  133. this._suggestionsView.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
  134. this._suggestionsView.GridControl = this._suggestionsGrid;
  135. this._suggestionsView.Name = "_suggestionsView";
  136. this._suggestionsView.OptionsBehavior.Editable = false;
  137. this._suggestionsView.OptionsCustomization.AllowColumnMoving = false;
  138. this._suggestionsView.OptionsCustomization.AllowColumnResizing = false;
  139. this._suggestionsView.OptionsCustomization.AllowFilter = false;
  140. this._suggestionsView.OptionsCustomization.AllowGroup = false;
  141. this._suggestionsView.OptionsCustomization.AllowSort = false;
  142. this._suggestionsView.OptionsDetail.EnableMasterViewMode = false;
  143. this._suggestionsView.OptionsSelection.EnableAppearanceFocusedCell = false;
  144. this._suggestionsView.OptionsView.ShowColumnHeaders = false;
  145. this._suggestionsView.OptionsView.ShowGroupPanel = false;
  146. this._suggestionsView.OptionsView.ShowHorzLines = false;
  147. this._suggestionsView.OptionsView.ShowIndicator = false;
  148. this._suggestionsView.OptionsView.ShowPreviewLines = false;
  149. this._suggestionsView.OptionsView.ShowVertLines = false;
  150. this._suggestionsView.KeyDown += new System.Windows.Forms.KeyEventHandler(this._suggestionsView_KeyDown);
  151. this._suggestionsView.DoubleClick += new System.EventHandler(this._suggestionsView_DoubleClick);
  152. //
  153. // _checkNames
  154. //
  155. this._checkNames.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  156. this._checkNames.Location = new System.Drawing.Point(282, 248);
  157. this._checkNames.Name = "_checkNames";
  158. this._checkNames.Size = new System.Drawing.Size(102, 23);
  159. this._checkNames.TabIndex = 5;
  160. this._checkNames.Text = "Check Names";
  161. this._checkNames.Visible = false;
  162. //
  163. // NamedObjectSuggestionsForm
  164. //
  165. this.CancelButton = this._cancel;
  166. this.ClientSize = new System.Drawing.Size(396, 283);
  167. this.Controls.Add(this._checkNames);
  168. this.Controls.Add(this._suggestionsGrid);
  169. this.Controls.Add(this._change);
  170. this.Controls.Add(this._cancel);
  171. this.Controls.Add(this._suggestionsLabel);
  172. this.Controls.Add(this._text);
  173. this.Controls.Add(this._textLabel);
  174. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
  175. this.Name = "NamedObjectSuggestionsForm";
  176. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  177. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  178. this.Text = "Check Names";
  179. this.Deactivate += new System.EventHandler(this.NamedObjectSuggestionsForm_Deactivate);
  180. this.Load += new System.EventHandler(this.NamedObjectSuggestionsForm_Load);
  181. ((System.ComponentModel.ISupportInitialize)(this._text.Properties)).EndInit();
  182. ((System.ComponentModel.ISupportInitialize)(this._suggestionsGrid)).EndInit();
  183. ((System.ComponentModel.ISupportInitialize)(this._suggestionsView)).EndInit();
  184. this.ResumeLayout(false);
  185. this.PerformLayout();
  186. }
  187. #endregion
  188. private DevExpress.XtraEditors.LabelControl _textLabel;
  189. private DevExpress.XtraEditors.TextEdit _text;
  190. private DevExpress.XtraEditors.LabelControl _suggestionsLabel;
  191. private DevExpress.XtraEditors.SimpleButton _cancel;
  192. private DevExpress.XtraEditors.SimpleButton _change;
  193. private DevExpress.XtraGrid.GridControl _suggestionsGrid;
  194. private DevExpress.XtraGrid.Views.Grid.GridView _suggestionsView;
  195. private DevExpress.XtraEditors.SimpleButton _checkNames;
  196. }
  197. }