GoldCardViceCardNumberSmallForm.Designer.cs 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
  2. {
  3. partial class GoldCardViceCardNumberSmallForm
  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(GoldCardViceCardNumberSmallForm));
  29. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  30. this.txtViceCardNumber = new LYFZ.ComponentLibrary.TextBoxEx();
  31. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.plExMainContainer.SuspendLayout();
  34. this.plFormMainContent.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // plExMainContainer
  38. //
  39. this.plExMainContainer.Controls.Add(this.btnClose);
  40. this.plExMainContainer.Controls.Add(this.btnOK);
  41. this.plExMainContainer.Controls.Add(this.txtViceCardNumber);
  42. this.plExMainContainer.Controls.Add(this.labelEx1);
  43. this.plExMainContainer.Size = new System.Drawing.Size(296, 192);
  44. //
  45. // plFormMainContent
  46. //
  47. this.plFormMainContent.Size = new System.Drawing.Size(296, 192);
  48. //
  49. // btnAppFormMaximize
  50. //
  51. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  52. this.btnAppFormMaximize.Location = new System.Drawing.Point(237, 0);
  53. //
  54. // btnAppFormExit
  55. //
  56. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  57. this.btnAppFormExit.Location = new System.Drawing.Point(264, 0);
  58. //
  59. // btnAppFormMinimize
  60. //
  61. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  62. this.btnAppFormMinimize.Location = new System.Drawing.Point(210, 0);
  63. //
  64. // labelEx1
  65. //
  66. this.labelEx1.AutoSize = true;
  67. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  68. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  69. this.labelEx1.Location = new System.Drawing.Point(34, 70);
  70. this.labelEx1.Name = "labelEx1";
  71. this.labelEx1.Size = new System.Drawing.Size(44, 17);
  72. this.labelEx1.TabIndex = 0;
  73. this.labelEx1.Text = "卡号:";
  74. //
  75. // txtViceCardNumber
  76. //
  77. this.txtViceCardNumber.BackColor = System.Drawing.Color.Transparent;
  78. this.txtViceCardNumber.BorderColor = System.Drawing.Color.Black;
  79. this.txtViceCardNumber.BorderWidth = 1;
  80. this.txtViceCardNumber.Ico = null;
  81. this.txtViceCardNumber.IcoPadding = new System.Windows.Forms.Padding(3, 3, 0, 0);
  82. this.txtViceCardNumber.Isico = false;
  83. this.txtViceCardNumber.IsPass = false;
  84. this.txtViceCardNumber.lines = new string[0];
  85. this.txtViceCardNumber.Location = new System.Drawing.Point(81, 68);
  86. this.txtViceCardNumber.MaxLength = 32767;
  87. this.txtViceCardNumber.Multiline = false;
  88. this.txtViceCardNumber.Name = "txtViceCardNumber";
  89. this.txtViceCardNumber.NewFont = new System.Drawing.Font("宋体", 10.5F);
  90. this.txtViceCardNumber.PassChar = '\0';
  91. this.txtViceCardNumber.ReadOnly = false;
  92. this.txtViceCardNumber.Size = new System.Drawing.Size(160, 22);
  93. this.txtViceCardNumber.TabIndex = 1;
  94. //
  95. // btnOK
  96. //
  97. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  98. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  99. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  100. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  101. this.btnOK.ForeColor = System.Drawing.Color.White;
  102. this.btnOK.IsCustomBackImg = false;
  103. this.btnOK.IsShowText = true;
  104. this.btnOK.Location = new System.Drawing.Point(37, 125);
  105. this.btnOK.Name = "btnOK";
  106. this.btnOK.Size = new System.Drawing.Size(85, 28);
  107. this.btnOK.TabIndex = 2;
  108. this.btnOK.Text = " 确 定";
  109. this.btnOK.UseVisualStyleBackColor = false;
  110. //
  111. // btnClose
  112. //
  113. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  114. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  115. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  116. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  117. this.btnClose.ForeColor = System.Drawing.Color.White;
  118. this.btnClose.IsCustomBackImg = false;
  119. this.btnClose.IsShowText = true;
  120. this.btnClose.Location = new System.Drawing.Point(169, 125);
  121. this.btnClose.Name = "btnClose";
  122. this.btnClose.Size = new System.Drawing.Size(85, 28);
  123. this.btnClose.TabIndex = 3;
  124. this.btnClose.Text = " 关 闭";
  125. this.btnClose.UseVisualStyleBackColor = false;
  126. //
  127. // GoldCardViceCardNumberSmallForm
  128. //
  129. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  130. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  131. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  132. this.ClientSize = new System.Drawing.Size(296, 257);
  133. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  134. this.Name = "GoldCardViceCardNumberSmallForm";
  135. this.Text = "输入要更换的卡号";
  136. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  137. this.plExMainContainer.ResumeLayout(false);
  138. this.plExMainContainer.PerformLayout();
  139. this.plFormMainContent.ResumeLayout(false);
  140. this.ResumeLayout(false);
  141. }
  142. #endregion
  143. private ComponentLibrary.LabelEx labelEx1;
  144. protected ComponentLibrary.ButtonEx btnClose;
  145. protected ComponentLibrary.ButtonEx btnOK;
  146. protected ComponentLibrary.TextBoxEx txtViceCardNumber;
  147. }
  148. }