frmBaiduShareUrl.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. namespace LYFZ.Software.OssTask
  2. {
  3. partial class frmBaiduShareUrl
  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(frmBaiduShareUrl));
  29. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  30. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  31. this.tx_code = new LYFZ.ComponentLibrary.TextBoxEx();
  32. this.tx_url = new LYFZ.ComponentLibrary.TextBoxEx();
  33. this.OK = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.Cancel = new LYFZ.ComponentLibrary.ButtonForm();
  35. this.plExMainContainer.SuspendLayout();
  36. this.plFormMainContent.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // plExMainContainer
  40. //
  41. this.plExMainContainer.Controls.Add(this.Cancel);
  42. this.plExMainContainer.Controls.Add(this.OK);
  43. this.plExMainContainer.Controls.Add(this.tx_url);
  44. this.plExMainContainer.Controls.Add(this.tx_code);
  45. this.plExMainContainer.Controls.Add(this.labelEx2);
  46. this.plExMainContainer.Controls.Add(this.labelEx1);
  47. this.plExMainContainer.Size = new System.Drawing.Size(555, 130);
  48. //
  49. // plFormMainContent
  50. //
  51. this.plFormMainContent.Size = new System.Drawing.Size(555, 130);
  52. //
  53. // btnAppFormMaximize
  54. //
  55. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  56. this.btnAppFormMaximize.Location = new System.Drawing.Point(496, 0);
  57. //
  58. // btnAppFormExit
  59. //
  60. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  61. this.btnAppFormExit.Location = new System.Drawing.Point(523, 0);
  62. //
  63. // btnAppFormMinimize
  64. //
  65. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  66. this.btnAppFormMinimize.Location = new System.Drawing.Point(496, 0);
  67. //
  68. // labelEx1
  69. //
  70. this.labelEx1.AutoSize = true;
  71. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  72. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  73. this.labelEx1.Location = new System.Drawing.Point(22, 18);
  74. this.labelEx1.Name = "labelEx1";
  75. this.labelEx1.Size = new System.Drawing.Size(47, 17);
  76. this.labelEx1.TabIndex = 0;
  77. this.labelEx1.Text = "提取码:";
  78. //
  79. // labelEx2
  80. //
  81. this.labelEx2.AutoSize = true;
  82. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  83. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  84. this.labelEx2.Location = new System.Drawing.Point(21, 51);
  85. this.labelEx2.Name = "labelEx2";
  86. this.labelEx2.Size = new System.Drawing.Size(59, 17);
  87. this.labelEx2.TabIndex = 0;
  88. this.labelEx2.Text = "分享链接:";
  89. //
  90. // tx_code
  91. //
  92. this.tx_code.BackColor = System.Drawing.Color.Transparent;
  93. this.tx_code.Icon = null;
  94. this.tx_code.IconIsButton = false;
  95. this.tx_code.IsPasswordChat = '\0';
  96. this.tx_code.IsSystemPasswordChar = false;
  97. this.tx_code.Lines = new string[0];
  98. this.tx_code.Location = new System.Drawing.Point(81, 13);
  99. this.tx_code.Margin = new System.Windows.Forms.Padding(0);
  100. this.tx_code.MaxLength = 32767;
  101. this.tx_code.MinimumSize = new System.Drawing.Size(0, 26);
  102. this.tx_code.MouseBack = null;
  103. this.tx_code.Multiline = false;
  104. this.tx_code.Name = "tx_code";
  105. this.tx_code.NormlBack = null;
  106. this.tx_code.Padding = new System.Windows.Forms.Padding(5);
  107. this.tx_code.ReadOnly = false;
  108. this.tx_code.ScrollBars = System.Windows.Forms.ScrollBars.None;
  109. this.tx_code.Size = new System.Drawing.Size(185, 26);
  110. this.tx_code.TabIndex = 1;
  111. this.tx_code.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  112. this.tx_code.WaterColor = System.Drawing.Color.DarkGray;
  113. this.tx_code.WaterText = "";
  114. this.tx_code.WordWrap = true;
  115. //
  116. // tx_url
  117. //
  118. this.tx_url.BackColor = System.Drawing.Color.Transparent;
  119. this.tx_url.Icon = null;
  120. this.tx_url.IconIsButton = false;
  121. this.tx_url.IsPasswordChat = '\0';
  122. this.tx_url.IsSystemPasswordChar = false;
  123. this.tx_url.Lines = new string[0];
  124. this.tx_url.Location = new System.Drawing.Point(81, 47);
  125. this.tx_url.Margin = new System.Windows.Forms.Padding(0);
  126. this.tx_url.MaxLength = 32767;
  127. this.tx_url.MinimumSize = new System.Drawing.Size(0, 26);
  128. this.tx_url.MouseBack = null;
  129. this.tx_url.Multiline = false;
  130. this.tx_url.Name = "tx_url";
  131. this.tx_url.NormlBack = null;
  132. this.tx_url.Padding = new System.Windows.Forms.Padding(5);
  133. this.tx_url.ReadOnly = false;
  134. this.tx_url.ScrollBars = System.Windows.Forms.ScrollBars.None;
  135. this.tx_url.Size = new System.Drawing.Size(442, 26);
  136. this.tx_url.TabIndex = 1;
  137. this.tx_url.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  138. this.tx_url.WaterColor = System.Drawing.Color.DarkGray;
  139. this.tx_url.WaterText = "";
  140. this.tx_url.WordWrap = true;
  141. //
  142. // OK
  143. //
  144. this.OK.BackColor = System.Drawing.Color.Transparent;
  145. this.OK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("OK.BackImg")));
  146. this.OK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  147. this.OK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  148. this.OK.ForeColor = System.Drawing.Color.White;
  149. this.OK.IsCustomBackImg = false;
  150. this.OK.IsShowText = true;
  151. this.OK.Location = new System.Drawing.Point(81, 86);
  152. this.OK.Name = "OK";
  153. this.OK.Size = new System.Drawing.Size(85, 28);
  154. this.OK.TabIndex = 2;
  155. this.OK.Text = "确定";
  156. this.OK.UseVisualStyleBackColor = false;
  157. //
  158. // Cancel
  159. //
  160. this.Cancel.BackColor = System.Drawing.Color.Transparent;
  161. this.Cancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("Cancel.BackImg")));
  162. this.Cancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  163. this.Cancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  164. this.Cancel.ForeColor = System.Drawing.Color.White;
  165. this.Cancel.IsCustomBackImg = false;
  166. this.Cancel.IsShowText = true;
  167. this.Cancel.Location = new System.Drawing.Point(218, 86);
  168. this.Cancel.Name = "Cancel";
  169. this.Cancel.Size = new System.Drawing.Size(85, 28);
  170. this.Cancel.TabIndex = 3;
  171. this.Cancel.Text = "取消";
  172. this.Cancel.UseVisualStyleBackColor = false;
  173. //
  174. // frmBaiduShareUrl
  175. //
  176. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  177. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  178. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  179. this.ClientSize = new System.Drawing.Size(555, 195);
  180. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  181. this.MaximizeBox = false;
  182. this.Name = "frmBaiduShareUrl";
  183. this.ShowInTaskbar = false;
  184. this.Text = "百度分享";
  185. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  186. this.TopMost = true;
  187. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  188. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  189. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  190. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  191. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  192. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  193. this.plExMainContainer.ResumeLayout(false);
  194. this.plExMainContainer.PerformLayout();
  195. this.plFormMainContent.ResumeLayout(false);
  196. this.ResumeLayout(false);
  197. }
  198. #endregion
  199. private ComponentLibrary.LabelEx labelEx2;
  200. private ComponentLibrary.LabelEx labelEx1;
  201. public ComponentLibrary.ButtonForm Cancel;
  202. public ComponentLibrary.ButtonEx OK;
  203. public ComponentLibrary.TextBoxEx tx_url;
  204. public ComponentLibrary.TextBoxEx tx_code;
  205. }
  206. }