NewDeviceForm.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  1. namespace GCAS
  2. {
  3. partial class NewDeviceForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewDeviceForm));
  29. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  30. this.text_name = new DevExpress.XtraEditors.TextEdit();
  31. this.text_ip = new DevExpress.XtraEditors.TextEdit();
  32. this.btn_save = new DevExpress.XtraEditors.SimpleButton();
  33. this.btn_cancel = new DevExpress.XtraEditors.SimpleButton();
  34. this.text_port = new DevExpress.XtraEditors.TextEdit();
  35. this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  36. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  37. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  38. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  39. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  40. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  41. this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  42. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  43. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  44. this.layoutControl1.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.text_name.Properties)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.text_ip.Properties)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.text_port.Properties)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // layoutControl1
  59. //
  60. resources.ApplyResources(this.layoutControl1, "layoutControl1");
  61. this.layoutControl1.Appearance.DisabledLayoutGroupCaption.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.FontSizeDelta")));
  62. this.layoutControl1.Appearance.DisabledLayoutGroupCaption.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.FontStyleDelta")));
  63. this.layoutControl1.Appearance.DisabledLayoutGroupCaption.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.GradientMode")));
  64. this.layoutControl1.Appearance.DisabledLayoutGroupCaption.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.Image")));
  65. this.layoutControl1.Appearance.DisabledLayoutItem.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.FontSizeDelta")));
  66. this.layoutControl1.Appearance.DisabledLayoutItem.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.FontStyleDelta")));
  67. this.layoutControl1.Appearance.DisabledLayoutItem.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.GradientMode")));
  68. this.layoutControl1.Appearance.DisabledLayoutItem.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.Image")));
  69. this.layoutControl1.Controls.Add(this.text_name);
  70. this.layoutControl1.Controls.Add(this.text_ip);
  71. this.layoutControl1.Controls.Add(this.btn_save);
  72. this.layoutControl1.Controls.Add(this.btn_cancel);
  73. this.layoutControl1.Controls.Add(this.text_port);
  74. this.layoutControl1.Name = "layoutControl1";
  75. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1109, 285, 650, 400);
  76. this.layoutControl1.OptionsPrint.AppearanceGroupCaption.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.FontSizeDelta")));
  77. this.layoutControl1.OptionsPrint.AppearanceGroupCaption.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.FontStyleDelta")));
  78. this.layoutControl1.OptionsPrint.AppearanceGroupCaption.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.GradientMode")));
  79. this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.Image")));
  80. this.layoutControl1.OptionsPrint.AppearanceItemCaption.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.FontSizeDelta")));
  81. this.layoutControl1.OptionsPrint.AppearanceItemCaption.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.FontStyleDelta")));
  82. this.layoutControl1.OptionsPrint.AppearanceItemCaption.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.GradientMode")));
  83. this.layoutControl1.OptionsPrint.AppearanceItemCaption.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.Image")));
  84. this.layoutControl1.Root = this.layoutControlGroup1;
  85. //
  86. // text_name
  87. //
  88. resources.ApplyResources(this.text_name, "text_name");
  89. this.text_name.Name = "text_name";
  90. this.text_name.Properties.AccessibleDescription = resources.GetString("text_name.Properties.AccessibleDescription");
  91. this.text_name.Properties.AccessibleName = resources.GetString("text_name.Properties.AccessibleName");
  92. this.text_name.Properties.AutoHeight = ((bool)(resources.GetObject("text_name.Properties.AutoHeight")));
  93. this.text_name.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("text_name.Properties.Mask.AutoComplete")));
  94. this.text_name.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("text_name.Properties.Mask.BeepOnError")));
  95. this.text_name.Properties.Mask.EditMask = resources.GetString("text_name.Properties.Mask.EditMask");
  96. this.text_name.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("text_name.Properties.Mask.IgnoreMaskBlank")));
  97. this.text_name.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("text_name.Properties.Mask.MaskType")));
  98. this.text_name.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("text_name.Properties.Mask.PlaceHolder")));
  99. this.text_name.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("text_name.Properties.Mask.SaveLiteral")));
  100. this.text_name.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("text_name.Properties.Mask.ShowPlaceHolders")));
  101. this.text_name.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("text_name.Properties.Mask.UseMaskAsDisplayFormat")));
  102. this.text_name.Properties.NullValuePrompt = resources.GetString("text_name.Properties.NullValuePrompt");
  103. this.text_name.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("text_name.Properties.NullValuePromptShowForEmptyValue")));
  104. this.text_name.StyleController = this.layoutControl1;
  105. this.text_name.Click += new System.EventHandler(this.text_name_Click);
  106. //
  107. // text_ip
  108. //
  109. resources.ApplyResources(this.text_ip, "text_ip");
  110. this.text_ip.Name = "text_ip";
  111. this.text_ip.Properties.AccessibleDescription = resources.GetString("text_ip.Properties.AccessibleDescription");
  112. this.text_ip.Properties.AccessibleName = resources.GetString("text_ip.Properties.AccessibleName");
  113. this.text_ip.Properties.AutoHeight = ((bool)(resources.GetObject("text_ip.Properties.AutoHeight")));
  114. this.text_ip.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("text_ip.Properties.Mask.AutoComplete")));
  115. this.text_ip.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("text_ip.Properties.Mask.BeepOnError")));
  116. this.text_ip.Properties.Mask.EditMask = resources.GetString("text_ip.Properties.Mask.EditMask");
  117. this.text_ip.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("text_ip.Properties.Mask.IgnoreMaskBlank")));
  118. this.text_ip.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("text_ip.Properties.Mask.MaskType")));
  119. this.text_ip.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("text_ip.Properties.Mask.PlaceHolder")));
  120. this.text_ip.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("text_ip.Properties.Mask.SaveLiteral")));
  121. this.text_ip.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("text_ip.Properties.Mask.ShowPlaceHolders")));
  122. this.text_ip.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("text_ip.Properties.Mask.UseMaskAsDisplayFormat")));
  123. this.text_ip.Properties.NullValuePrompt = resources.GetString("text_ip.Properties.NullValuePrompt");
  124. this.text_ip.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("text_ip.Properties.NullValuePromptShowForEmptyValue")));
  125. this.text_ip.StyleController = this.layoutControl1;
  126. this.text_ip.Click += new System.EventHandler(this.text_ip_Click);
  127. //
  128. // btn_save
  129. //
  130. resources.ApplyResources(this.btn_save, "btn_save");
  131. this.btn_save.DialogResult = System.Windows.Forms.DialogResult.OK;
  132. this.btn_save.ImageOptions.ImageIndex = ((int)(resources.GetObject("btn_save.ImageOptions.ImageIndex")));
  133. this.btn_save.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btn_save.ImageOptions.SvgImage")));
  134. this.btn_save.Name = "btn_save";
  135. this.btn_save.StyleController = this.layoutControl1;
  136. this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
  137. //
  138. // btn_cancel
  139. //
  140. resources.ApplyResources(this.btn_cancel, "btn_cancel");
  141. this.btn_cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  142. this.btn_cancel.ImageOptions.ImageIndex = ((int)(resources.GetObject("btn_cancel.ImageOptions.ImageIndex")));
  143. this.btn_cancel.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btn_cancel.ImageOptions.SvgImage")));
  144. this.btn_cancel.Name = "btn_cancel";
  145. this.btn_cancel.StyleController = this.layoutControl1;
  146. //
  147. // text_port
  148. //
  149. resources.ApplyResources(this.text_port, "text_port");
  150. this.text_port.Name = "text_port";
  151. this.text_port.Properties.AccessibleDescription = resources.GetString("text_port.Properties.AccessibleDescription");
  152. this.text_port.Properties.AccessibleName = resources.GetString("text_port.Properties.AccessibleName");
  153. this.text_port.Properties.AutoHeight = ((bool)(resources.GetObject("text_port.Properties.AutoHeight")));
  154. this.text_port.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("text_port.Properties.Mask.AutoComplete")));
  155. this.text_port.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("text_port.Properties.Mask.BeepOnError")));
  156. this.text_port.Properties.Mask.EditMask = resources.GetString("text_port.Properties.Mask.EditMask");
  157. this.text_port.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("text_port.Properties.Mask.IgnoreMaskBlank")));
  158. this.text_port.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("text_port.Properties.Mask.MaskType")));
  159. this.text_port.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("text_port.Properties.Mask.PlaceHolder")));
  160. this.text_port.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("text_port.Properties.Mask.SaveLiteral")));
  161. this.text_port.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("text_port.Properties.Mask.ShowPlaceHolders")));
  162. this.text_port.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("text_port.Properties.Mask.UseMaskAsDisplayFormat")));
  163. this.text_port.Properties.NullValuePrompt = resources.GetString("text_port.Properties.NullValuePrompt");
  164. this.text_port.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("text_port.Properties.NullValuePromptShowForEmptyValue")));
  165. this.text_port.StyleController = this.layoutControl1;
  166. this.text_port.Click += new System.EventHandler(this.text_port_Click);
  167. //
  168. // layoutControlGroup1
  169. //
  170. this.layoutControlGroup1.BackgroundImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlGroup1.BackgroundImageOptions.ImageIndex")));
  171. this.layoutControlGroup1.BackgroundImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup1.BackgroundImageOptions.SvgImage")));
  172. this.layoutControlGroup1.CaptionImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlGroup1.CaptionImageOptions.ImageIndex")));
  173. this.layoutControlGroup1.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup1.CaptionImageOptions.SvgImage")));
  174. this.layoutControlGroup1.ContentImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlGroup1.ContentImageOptions.ImageIndex")));
  175. this.layoutControlGroup1.ContentImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup1.ContentImageOptions.SvgImage")));
  176. this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  177. this.layoutControlGroup1.GroupBordersVisible = false;
  178. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  179. this.layoutControlItem1,
  180. this.layoutControlItem2,
  181. this.layoutControlItem6,
  182. this.layoutControlItem7,
  183. this.emptySpaceItem1,
  184. this.emptySpaceItem2,
  185. this.layoutControlItem3});
  186. this.layoutControlGroup1.Name = "Root";
  187. this.layoutControlGroup1.Size = new System.Drawing.Size(359, 168);
  188. this.layoutControlGroup1.TextVisible = false;
  189. //
  190. // layoutControlItem1
  191. //
  192. resources.ApplyResources(this.layoutControlItem1, "layoutControlItem1");
  193. this.layoutControlItem1.Control = this.text_name;
  194. this.layoutControlItem1.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem1.ImageOptions.ImageIndex")));
  195. this.layoutControlItem1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem1.ImageOptions.SvgImage")));
  196. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  197. this.layoutControlItem1.MaxSize = new System.Drawing.Size(404, 0);
  198. this.layoutControlItem1.MinSize = new System.Drawing.Size(116, 40);
  199. this.layoutControlItem1.Name = "layoutControlItem1";
  200. this.layoutControlItem1.Size = new System.Drawing.Size(339, 40);
  201. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  202. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  203. this.layoutControlItem1.TextSize = new System.Drawing.Size(62, 14);
  204. //
  205. // layoutControlItem2
  206. //
  207. resources.ApplyResources(this.layoutControlItem2, "layoutControlItem2");
  208. this.layoutControlItem2.Control = this.text_ip;
  209. this.layoutControlItem2.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem2.ImageOptions.ImageIndex")));
  210. this.layoutControlItem2.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem2.ImageOptions.SvgImage")));
  211. this.layoutControlItem2.Location = new System.Drawing.Point(0, 40);
  212. this.layoutControlItem2.MaxSize = new System.Drawing.Size(404, 0);
  213. this.layoutControlItem2.MinSize = new System.Drawing.Size(116, 40);
  214. this.layoutControlItem2.Name = "layoutControlItem2";
  215. this.layoutControlItem2.Size = new System.Drawing.Size(339, 40);
  216. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  217. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  218. this.layoutControlItem2.TextSize = new System.Drawing.Size(62, 14);
  219. //
  220. // layoutControlItem6
  221. //
  222. resources.ApplyResources(this.layoutControlItem6, "layoutControlItem6");
  223. this.layoutControlItem6.Control = this.btn_save;
  224. this.layoutControlItem6.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem6.ImageOptions.ImageIndex")));
  225. this.layoutControlItem6.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem6.ImageOptions.SvgImage")));
  226. this.layoutControlItem6.Location = new System.Drawing.Point(189, 121);
  227. this.layoutControlItem6.MaxSize = new System.Drawing.Size(70, 27);
  228. this.layoutControlItem6.MinSize = new System.Drawing.Size(70, 27);
  229. this.layoutControlItem6.Name = "layoutControlItem6";
  230. this.layoutControlItem6.Size = new System.Drawing.Size(70, 27);
  231. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  232. this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Left;
  233. this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  234. this.layoutControlItem6.TextVisible = false;
  235. //
  236. // layoutControlItem7
  237. //
  238. resources.ApplyResources(this.layoutControlItem7, "layoutControlItem7");
  239. this.layoutControlItem7.Control = this.btn_cancel;
  240. this.layoutControlItem7.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem7.ImageOptions.ImageIndex")));
  241. this.layoutControlItem7.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem7.ImageOptions.SvgImage")));
  242. this.layoutControlItem7.Location = new System.Drawing.Point(269, 121);
  243. this.layoutControlItem7.MaxSize = new System.Drawing.Size(70, 27);
  244. this.layoutControlItem7.MinSize = new System.Drawing.Size(70, 27);
  245. this.layoutControlItem7.Name = "layoutControlItem7";
  246. this.layoutControlItem7.Size = new System.Drawing.Size(70, 27);
  247. this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  248. this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Left;
  249. this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
  250. this.layoutControlItem7.TextVisible = false;
  251. //
  252. // emptySpaceItem1
  253. //
  254. this.emptySpaceItem1.AllowHotTrack = false;
  255. resources.ApplyResources(this.emptySpaceItem1, "emptySpaceItem1");
  256. this.emptySpaceItem1.Location = new System.Drawing.Point(259, 121);
  257. this.emptySpaceItem1.MaxSize = new System.Drawing.Size(10, 27);
  258. this.emptySpaceItem1.MinSize = new System.Drawing.Size(10, 27);
  259. this.emptySpaceItem1.Name = "emptySpaceItem1";
  260. this.emptySpaceItem1.Size = new System.Drawing.Size(10, 27);
  261. this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  262. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  263. //
  264. // emptySpaceItem2
  265. //
  266. this.emptySpaceItem2.AllowHotTrack = false;
  267. resources.ApplyResources(this.emptySpaceItem2, "emptySpaceItem2");
  268. this.emptySpaceItem2.Location = new System.Drawing.Point(0, 121);
  269. this.emptySpaceItem2.Name = "emptySpaceItem2";
  270. this.emptySpaceItem2.Size = new System.Drawing.Size(189, 27);
  271. this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  272. //
  273. // layoutControlItem3
  274. //
  275. resources.ApplyResources(this.layoutControlItem3, "layoutControlItem3");
  276. this.layoutControlItem3.Control = this.text_port;
  277. this.layoutControlItem3.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem3.ImageOptions.ImageIndex")));
  278. this.layoutControlItem3.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem3.ImageOptions.SvgImage")));
  279. this.layoutControlItem3.Location = new System.Drawing.Point(0, 80);
  280. this.layoutControlItem3.Name = "layoutControlItem3";
  281. this.layoutControlItem3.Size = new System.Drawing.Size(339, 41);
  282. this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
  283. this.layoutControlItem3.TextSize = new System.Drawing.Size(62, 14);
  284. //
  285. // NewDeviceForm
  286. //
  287. this.AcceptButton = this.btn_save;
  288. resources.ApplyResources(this, "$this");
  289. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  290. this.CancelButton = this.btn_cancel;
  291. this.Controls.Add(this.layoutControl1);
  292. this.MaximizeBox = false;
  293. this.MinimizeBox = false;
  294. this.Name = "NewDeviceForm";
  295. this.ShowIcon = false;
  296. this.Load += new System.EventHandler(this.NewDeviceForm_Load);
  297. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  298. this.layoutControl1.ResumeLayout(false);
  299. ((System.ComponentModel.ISupportInitialize)(this.text_name.Properties)).EndInit();
  300. ((System.ComponentModel.ISupportInitialize)(this.text_ip.Properties)).EndInit();
  301. ((System.ComponentModel.ISupportInitialize)(this.text_port.Properties)).EndInit();
  302. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
  303. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  304. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  305. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  306. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  307. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  308. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
  309. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  310. this.ResumeLayout(false);
  311. }
  312. #endregion
  313. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  314. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  315. private DevExpress.XtraEditors.TextEdit text_name;
  316. private DevExpress.XtraEditors.TextEdit text_ip;
  317. private DevExpress.XtraEditors.SimpleButton btn_save;
  318. private DevExpress.XtraEditors.SimpleButton btn_cancel;
  319. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  320. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  321. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  322. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  323. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  324. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  325. private DevExpress.XtraEditors.TextEdit text_port;
  326. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  327. }
  328. }