ChangePwd.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. namespace GCAS
  2. {
  3. partial class ChangePwd
  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(ChangePwd));
  29. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  30. this.text_old = new DevExpress.XtraEditors.TextEdit();
  31. this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
  32. this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
  33. this.text_new = new DevExpress.XtraEditors.TextEdit();
  34. this.text_confim = new DevExpress.XtraEditors.TextEdit();
  35. this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  36. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  37. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  38. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  39. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  40. this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  41. this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
  42. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  43. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  44. this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
  45. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  46. this.layoutControl1.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.text_old.Properties)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.text_new.Properties)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.text_confim.Properties)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // layoutControl1
  63. //
  64. resources.ApplyResources(this.layoutControl1, "layoutControl1");
  65. this.layoutControl1.Appearance.DisabledLayoutGroupCaption.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.FontSizeDelta")));
  66. this.layoutControl1.Appearance.DisabledLayoutGroupCaption.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.FontStyleDelta")));
  67. this.layoutControl1.Appearance.DisabledLayoutGroupCaption.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.GradientMode")));
  68. this.layoutControl1.Appearance.DisabledLayoutGroupCaption.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.Image")));
  69. this.layoutControl1.Appearance.DisabledLayoutItem.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.FontSizeDelta")));
  70. this.layoutControl1.Appearance.DisabledLayoutItem.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.FontStyleDelta")));
  71. this.layoutControl1.Appearance.DisabledLayoutItem.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.GradientMode")));
  72. this.layoutControl1.Appearance.DisabledLayoutItem.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.Image")));
  73. this.layoutControl1.Controls.Add(this.text_old);
  74. this.layoutControl1.Controls.Add(this.simpleButton1);
  75. this.layoutControl1.Controls.Add(this.simpleButton2);
  76. this.layoutControl1.Controls.Add(this.text_new);
  77. this.layoutControl1.Controls.Add(this.text_confim);
  78. this.layoutControl1.Name = "layoutControl1";
  79. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(631, 223, 650, 400);
  80. this.layoutControl1.OptionsPrint.AppearanceGroupCaption.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.FontSizeDelta")));
  81. this.layoutControl1.OptionsPrint.AppearanceGroupCaption.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.FontStyleDelta")));
  82. this.layoutControl1.OptionsPrint.AppearanceGroupCaption.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.GradientMode")));
  83. this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.Image")));
  84. this.layoutControl1.OptionsPrint.AppearanceItemCaption.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.FontSizeDelta")));
  85. this.layoutControl1.OptionsPrint.AppearanceItemCaption.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.FontStyleDelta")));
  86. this.layoutControl1.OptionsPrint.AppearanceItemCaption.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.GradientMode")));
  87. this.layoutControl1.OptionsPrint.AppearanceItemCaption.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.Image")));
  88. this.layoutControl1.Root = this.layoutControlGroup1;
  89. //
  90. // text_old
  91. //
  92. resources.ApplyResources(this.text_old, "text_old");
  93. this.text_old.Name = "text_old";
  94. this.text_old.Properties.AccessibleDescription = resources.GetString("text_old.Properties.AccessibleDescription");
  95. this.text_old.Properties.AccessibleName = resources.GetString("text_old.Properties.AccessibleName");
  96. this.text_old.Properties.AutoHeight = ((bool)(resources.GetObject("text_old.Properties.AutoHeight")));
  97. this.text_old.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("text_old.Properties.Mask.AutoComplete")));
  98. this.text_old.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("text_old.Properties.Mask.BeepOnError")));
  99. this.text_old.Properties.Mask.EditMask = resources.GetString("text_old.Properties.Mask.EditMask");
  100. this.text_old.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("text_old.Properties.Mask.IgnoreMaskBlank")));
  101. this.text_old.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("text_old.Properties.Mask.MaskType")));
  102. this.text_old.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("text_old.Properties.Mask.PlaceHolder")));
  103. this.text_old.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("text_old.Properties.Mask.SaveLiteral")));
  104. this.text_old.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("text_old.Properties.Mask.ShowPlaceHolders")));
  105. this.text_old.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("text_old.Properties.Mask.UseMaskAsDisplayFormat")));
  106. this.text_old.Properties.NullValuePrompt = resources.GetString("text_old.Properties.NullValuePrompt");
  107. this.text_old.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("text_old.Properties.NullValuePromptShowForEmptyValue")));
  108. this.text_old.Properties.UseSystemPasswordChar = true;
  109. this.text_old.StyleController = this.layoutControl1;
  110. this.text_old.Click += new System.EventHandler(this.text_old_Click);
  111. //
  112. // simpleButton1
  113. //
  114. resources.ApplyResources(this.simpleButton1, "simpleButton1");
  115. this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
  116. this.simpleButton1.ImageOptions.ImageIndex = ((int)(resources.GetObject("simpleButton1.ImageOptions.ImageIndex")));
  117. this.simpleButton1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("simpleButton1.ImageOptions.SvgImage")));
  118. this.simpleButton1.Name = "simpleButton1";
  119. this.simpleButton1.StyleController = this.layoutControl1;
  120. this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
  121. //
  122. // simpleButton2
  123. //
  124. resources.ApplyResources(this.simpleButton2, "simpleButton2");
  125. this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  126. this.simpleButton2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton2.ImageOptions.Image")));
  127. this.simpleButton2.ImageOptions.ImageIndex = ((int)(resources.GetObject("simpleButton2.ImageOptions.ImageIndex")));
  128. this.simpleButton2.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("simpleButton2.ImageOptions.SvgImage")));
  129. this.simpleButton2.Name = "simpleButton2";
  130. this.simpleButton2.StyleController = this.layoutControl1;
  131. //
  132. // text_new
  133. //
  134. resources.ApplyResources(this.text_new, "text_new");
  135. this.text_new.Name = "text_new";
  136. this.text_new.Properties.AccessibleDescription = resources.GetString("text_new.Properties.AccessibleDescription");
  137. this.text_new.Properties.AccessibleName = resources.GetString("text_new.Properties.AccessibleName");
  138. this.text_new.Properties.AutoHeight = ((bool)(resources.GetObject("text_new.Properties.AutoHeight")));
  139. this.text_new.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("text_new.Properties.Mask.AutoComplete")));
  140. this.text_new.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("text_new.Properties.Mask.BeepOnError")));
  141. this.text_new.Properties.Mask.EditMask = resources.GetString("text_new.Properties.Mask.EditMask");
  142. this.text_new.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("text_new.Properties.Mask.IgnoreMaskBlank")));
  143. this.text_new.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("text_new.Properties.Mask.MaskType")));
  144. this.text_new.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("text_new.Properties.Mask.PlaceHolder")));
  145. this.text_new.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("text_new.Properties.Mask.SaveLiteral")));
  146. this.text_new.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("text_new.Properties.Mask.ShowPlaceHolders")));
  147. this.text_new.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("text_new.Properties.Mask.UseMaskAsDisplayFormat")));
  148. this.text_new.Properties.NullValuePrompt = resources.GetString("text_new.Properties.NullValuePrompt");
  149. this.text_new.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("text_new.Properties.NullValuePromptShowForEmptyValue")));
  150. this.text_new.Properties.UseSystemPasswordChar = true;
  151. this.text_new.StyleController = this.layoutControl1;
  152. this.text_new.Click += new System.EventHandler(this.text_new_Click);
  153. //
  154. // text_confim
  155. //
  156. resources.ApplyResources(this.text_confim, "text_confim");
  157. this.text_confim.Name = "text_confim";
  158. this.text_confim.Properties.AccessibleDescription = resources.GetString("text_confim.Properties.AccessibleDescription");
  159. this.text_confim.Properties.AccessibleName = resources.GetString("text_confim.Properties.AccessibleName");
  160. this.text_confim.Properties.AutoHeight = ((bool)(resources.GetObject("text_confim.Properties.AutoHeight")));
  161. this.text_confim.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("text_confim.Properties.Mask.AutoComplete")));
  162. this.text_confim.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("text_confim.Properties.Mask.BeepOnError")));
  163. this.text_confim.Properties.Mask.EditMask = resources.GetString("text_confim.Properties.Mask.EditMask");
  164. this.text_confim.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("text_confim.Properties.Mask.IgnoreMaskBlank")));
  165. this.text_confim.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("text_confim.Properties.Mask.MaskType")));
  166. this.text_confim.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("text_confim.Properties.Mask.PlaceHolder")));
  167. this.text_confim.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("text_confim.Properties.Mask.SaveLiteral")));
  168. this.text_confim.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("text_confim.Properties.Mask.ShowPlaceHolders")));
  169. this.text_confim.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("text_confim.Properties.Mask.UseMaskAsDisplayFormat")));
  170. this.text_confim.Properties.NullValuePrompt = resources.GetString("text_confim.Properties.NullValuePrompt");
  171. this.text_confim.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("text_confim.Properties.NullValuePromptShowForEmptyValue")));
  172. this.text_confim.Properties.UseSystemPasswordChar = true;
  173. this.text_confim.StyleController = this.layoutControl1;
  174. this.text_confim.Click += new System.EventHandler(this.text_confim_Click);
  175. //
  176. // layoutControlGroup1
  177. //
  178. this.layoutControlGroup1.BackgroundImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlGroup1.BackgroundImageOptions.ImageIndex")));
  179. this.layoutControlGroup1.BackgroundImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup1.BackgroundImageOptions.SvgImage")));
  180. this.layoutControlGroup1.CaptionImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlGroup1.CaptionImageOptions.ImageIndex")));
  181. this.layoutControlGroup1.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup1.CaptionImageOptions.SvgImage")));
  182. this.layoutControlGroup1.ContentImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlGroup1.ContentImageOptions.ImageIndex")));
  183. this.layoutControlGroup1.ContentImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup1.ContentImageOptions.SvgImage")));
  184. this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  185. this.layoutControlGroup1.GroupBordersVisible = false;
  186. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  187. this.layoutControlItem1,
  188. this.layoutControlItem4,
  189. this.layoutControlItem5,
  190. this.emptySpaceItem1,
  191. this.emptySpaceItem2,
  192. this.emptySpaceItem3,
  193. this.layoutControlItem2,
  194. this.layoutControlItem3});
  195. this.layoutControlGroup1.Name = "Root";
  196. this.layoutControlGroup1.Size = new System.Drawing.Size(342, 211);
  197. this.layoutControlGroup1.TextVisible = false;
  198. //
  199. // layoutControlItem1
  200. //
  201. resources.ApplyResources(this.layoutControlItem1, "layoutControlItem1");
  202. this.layoutControlItem1.Control = this.text_old;
  203. this.layoutControlItem1.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem1.ImageOptions.ImageIndex")));
  204. this.layoutControlItem1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem1.ImageOptions.SvgImage")));
  205. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  206. this.layoutControlItem1.MaxSize = new System.Drawing.Size(404, 0);
  207. this.layoutControlItem1.MinSize = new System.Drawing.Size(116, 40);
  208. this.layoutControlItem1.Name = "layoutControlItem1";
  209. this.layoutControlItem1.Size = new System.Drawing.Size(322, 40);
  210. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  211. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  212. this.layoutControlItem1.TextSize = new System.Drawing.Size(100, 14);
  213. //
  214. // layoutControlItem4
  215. //
  216. resources.ApplyResources(this.layoutControlItem4, "layoutControlItem4");
  217. this.layoutControlItem4.Control = this.simpleButton1;
  218. this.layoutControlItem4.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem4.ImageOptions.ImageIndex")));
  219. this.layoutControlItem4.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem4.ImageOptions.SvgImage")));
  220. this.layoutControlItem4.Location = new System.Drawing.Point(172, 164);
  221. this.layoutControlItem4.MaxSize = new System.Drawing.Size(70, 27);
  222. this.layoutControlItem4.MinSize = new System.Drawing.Size(70, 27);
  223. this.layoutControlItem4.Name = "layoutControlItem4";
  224. this.layoutControlItem4.Size = new System.Drawing.Size(70, 27);
  225. this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  226. this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Left;
  227. this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  228. this.layoutControlItem4.TextVisible = false;
  229. //
  230. // layoutControlItem5
  231. //
  232. resources.ApplyResources(this.layoutControlItem5, "layoutControlItem5");
  233. this.layoutControlItem5.Control = this.simpleButton2;
  234. this.layoutControlItem5.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem5.ImageOptions.ImageIndex")));
  235. this.layoutControlItem5.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem5.ImageOptions.SvgImage")));
  236. this.layoutControlItem5.Location = new System.Drawing.Point(252, 164);
  237. this.layoutControlItem5.MaxSize = new System.Drawing.Size(70, 27);
  238. this.layoutControlItem5.MinSize = new System.Drawing.Size(70, 27);
  239. this.layoutControlItem5.Name = "layoutControlItem5";
  240. this.layoutControlItem5.Size = new System.Drawing.Size(70, 27);
  241. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  242. this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Left;
  243. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  244. this.layoutControlItem5.TextVisible = false;
  245. //
  246. // emptySpaceItem1
  247. //
  248. this.emptySpaceItem1.AllowHotTrack = false;
  249. resources.ApplyResources(this.emptySpaceItem1, "emptySpaceItem1");
  250. this.emptySpaceItem1.Location = new System.Drawing.Point(242, 164);
  251. this.emptySpaceItem1.MaxSize = new System.Drawing.Size(10, 27);
  252. this.emptySpaceItem1.MinSize = new System.Drawing.Size(10, 27);
  253. this.emptySpaceItem1.Name = "emptySpaceItem1";
  254. this.emptySpaceItem1.Size = new System.Drawing.Size(10, 27);
  255. this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  256. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  257. //
  258. // emptySpaceItem2
  259. //
  260. this.emptySpaceItem2.AllowHotTrack = false;
  261. resources.ApplyResources(this.emptySpaceItem2, "emptySpaceItem2");
  262. this.emptySpaceItem2.Location = new System.Drawing.Point(0, 164);
  263. this.emptySpaceItem2.Name = "emptySpaceItem2";
  264. this.emptySpaceItem2.Size = new System.Drawing.Size(172, 27);
  265. this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  266. //
  267. // emptySpaceItem3
  268. //
  269. this.emptySpaceItem3.AllowHotTrack = false;
  270. this.emptySpaceItem3.Location = new System.Drawing.Point(0, 120);
  271. this.emptySpaceItem3.Name = "emptySpaceItem3";
  272. this.emptySpaceItem3.Size = new System.Drawing.Size(322, 44);
  273. this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
  274. //
  275. // layoutControlItem2
  276. //
  277. resources.ApplyResources(this.layoutControlItem2, "layoutControlItem2");
  278. this.layoutControlItem2.Control = this.text_new;
  279. this.layoutControlItem2.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem2.ImageOptions.ImageIndex")));
  280. this.layoutControlItem2.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem2.ImageOptions.SvgImage")));
  281. this.layoutControlItem2.Location = new System.Drawing.Point(0, 40);
  282. this.layoutControlItem2.MaxSize = new System.Drawing.Size(404, 0);
  283. this.layoutControlItem2.MinSize = new System.Drawing.Size(116, 40);
  284. this.layoutControlItem2.Name = "layoutControlItem2";
  285. this.layoutControlItem2.Size = new System.Drawing.Size(322, 40);
  286. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  287. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  288. this.layoutControlItem2.TextSize = new System.Drawing.Size(100, 14);
  289. //
  290. // layoutControlItem3
  291. //
  292. resources.ApplyResources(this.layoutControlItem3, "layoutControlItem3");
  293. this.layoutControlItem3.Control = this.text_confim;
  294. this.layoutControlItem3.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem3.ImageOptions.ImageIndex")));
  295. this.layoutControlItem3.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem3.ImageOptions.SvgImage")));
  296. this.layoutControlItem3.Location = new System.Drawing.Point(0, 80);
  297. this.layoutControlItem3.MaxSize = new System.Drawing.Size(404, 0);
  298. this.layoutControlItem3.MinSize = new System.Drawing.Size(116, 40);
  299. this.layoutControlItem3.Name = "layoutControlItem3";
  300. this.layoutControlItem3.Size = new System.Drawing.Size(322, 40);
  301. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  302. this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
  303. this.layoutControlItem3.TextSize = new System.Drawing.Size(100, 14);
  304. //
  305. // layoutControlGroup2
  306. //
  307. this.layoutControlGroup2.BackgroundImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlGroup2.BackgroundImageOptions.ImageIndex")));
  308. this.layoutControlGroup2.BackgroundImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup2.BackgroundImageOptions.SvgImage")));
  309. this.layoutControlGroup2.CaptionImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlGroup2.CaptionImageOptions.ImageIndex")));
  310. this.layoutControlGroup2.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup2.CaptionImageOptions.SvgImage")));
  311. this.layoutControlGroup2.ContentImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlGroup2.ContentImageOptions.ImageIndex")));
  312. this.layoutControlGroup2.ContentImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup2.ContentImageOptions.SvgImage")));
  313. this.layoutControlGroup2.Location = new System.Drawing.Point(0, 81);
  314. this.layoutControlGroup2.Name = "layoutControlGroup2";
  315. this.layoutControlGroup2.Size = new System.Drawing.Size(405, 83);
  316. //
  317. // ChangePwd
  318. //
  319. resources.ApplyResources(this, "$this");
  320. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  321. this.Controls.Add(this.layoutControl1);
  322. this.Name = "ChangePwd";
  323. this.ShowIcon = false;
  324. this.Load += new System.EventHandler(this.ChangePwd_Load);
  325. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  326. this.layoutControl1.ResumeLayout(false);
  327. ((System.ComponentModel.ISupportInitialize)(this.text_old.Properties)).EndInit();
  328. ((System.ComponentModel.ISupportInitialize)(this.text_new.Properties)).EndInit();
  329. ((System.ComponentModel.ISupportInitialize)(this.text_confim.Properties)).EndInit();
  330. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
  331. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  332. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  333. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  334. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  335. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
  336. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
  337. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  338. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  339. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
  340. this.ResumeLayout(false);
  341. }
  342. #endregion
  343. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  344. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  345. private DevExpress.XtraEditors.TextEdit text_old;
  346. private DevExpress.XtraEditors.SimpleButton simpleButton1;
  347. private DevExpress.XtraEditors.SimpleButton simpleButton2;
  348. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  349. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  350. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  351. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  352. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  353. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
  354. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
  355. private DevExpress.XtraEditors.TextEdit text_new;
  356. private DevExpress.XtraEditors.TextEdit text_confim;
  357. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  358. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  359. }
  360. }