BackgroundSetting.designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. namespace Dongke.WinForm.Controls.InvoiceLayout
  2. {
  3. partial class BackgroundSetting
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BackgroundSetting));
  30. this.btnReference = new System.Windows.Forms.Button();
  31. this.txtBackgroundName = new System.Windows.Forms.TextBox();
  32. this.lblSelectBackground = new System.Windows.Forms.Label();
  33. this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
  34. this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
  35. this.lblImageSize = new System.Windows.Forms.Label();
  36. this.lblImageCausion = new System.Windows.Forms.Label();
  37. this.toolTip = new System.Windows.Forms.ToolTip(this.components);
  38. this.btnCancel = new Dongke.WinForm.Controls.BtnButton();
  39. this.btnOK = new Dongke.WinForm.Controls.BtnButton();
  40. this.btnCompress = new Dongke.WinForm.Controls.BtnButton();
  41. this.btnSaveAs = new Dongke.WinForm.Controls.BtnButton();
  42. this.btnRemove = new Dongke.WinForm.Controls.BtnButton();
  43. this.SuspendLayout();
  44. //
  45. // btnReference
  46. //
  47. this.btnReference.Location = new System.Drawing.Point(455, 33);
  48. this.btnReference.Name = "btnReference";
  49. this.btnReference.Size = new System.Drawing.Size(60, 23);
  50. this.btnReference.TabIndex = 3;
  51. this.btnReference.Text = "选择...";
  52. this.btnReference.UseVisualStyleBackColor = true;
  53. this.btnReference.Click += new System.EventHandler(this.btnReference_Click);
  54. //
  55. // txtBackgroundName
  56. //
  57. this.txtBackgroundName.Location = new System.Drawing.Point(57, 35);
  58. this.txtBackgroundName.Name = "txtBackgroundName";
  59. this.txtBackgroundName.ReadOnly = true;
  60. this.txtBackgroundName.Size = new System.Drawing.Size(392, 21);
  61. this.txtBackgroundName.TabIndex = 2;
  62. //
  63. // lblSelectBackground
  64. //
  65. this.lblSelectBackground.AutoSize = true;
  66. this.lblSelectBackground.BackColor = System.Drawing.Color.Transparent;
  67. this.lblSelectBackground.Location = new System.Drawing.Point(12, 38);
  68. this.lblSelectBackground.Name = "lblSelectBackground";
  69. this.lblSelectBackground.Size = new System.Drawing.Size(41, 12);
  70. this.lblSelectBackground.TabIndex = 1;
  71. this.lblSelectBackground.Text = "文件名";
  72. //
  73. // lblImageSize
  74. //
  75. this.lblImageSize.AutoSize = true;
  76. this.lblImageSize.BackColor = System.Drawing.Color.Transparent;
  77. this.lblImageSize.Location = new System.Drawing.Point(402, 59);
  78. this.lblImageSize.Name = "lblImageSize";
  79. this.lblImageSize.Size = new System.Drawing.Size(47, 12);
  80. this.lblImageSize.TabIndex = 8;
  81. this.lblImageSize.Text = "60Kbyte";
  82. //
  83. // lblImageCausion
  84. //
  85. this.lblImageCausion.AutoSize = true;
  86. this.lblImageCausion.BackColor = System.Drawing.Color.Transparent;
  87. this.lblImageCausion.Location = new System.Drawing.Point(12, 11);
  88. this.lblImageCausion.Name = "lblImageCausion";
  89. this.lblImageCausion.Size = new System.Drawing.Size(161, 12);
  90. this.lblImageCausion.TabIndex = 0;
  91. this.lblImageCausion.Text = "请选择小于200Kbyte的图片。";
  92. //
  93. // toolTip
  94. //
  95. this.toolTip.AutoPopDelay = 5000;
  96. this.toolTip.InitialDelay = 500;
  97. this.toolTip.ReshowDelay = 500;
  98. //
  99. // btnCancel
  100. //
  101. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  102. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  103. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  104. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.btnCancel.ForeColor = System.Drawing.Color.White;
  106. this.btnCancel.Location = new System.Drawing.Point(430, 92);
  107. this.btnCancel.Name = "btnCancel";
  108. this.btnCancel.Size = new System.Drawing.Size(85, 33);
  109. this.btnCancel.TabIndex = 8;
  110. this.btnCancel.Text = "取消";
  111. this.btnCancel.UseVisualStyleBackColor = true;
  112. //
  113. // btnOK
  114. //
  115. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  116. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  117. this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.btnOK.ForeColor = System.Drawing.Color.White;
  119. this.btnOK.Location = new System.Drawing.Point(340, 92);
  120. this.btnOK.Name = "btnOK";
  121. this.btnOK.Size = new System.Drawing.Size(85, 33);
  122. this.btnOK.TabIndex = 7;
  123. this.btnOK.Text = "确定";
  124. this.btnOK.UseVisualStyleBackColor = true;
  125. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  126. //
  127. // btnCompress
  128. //
  129. this.btnCompress.BackColor = System.Drawing.Color.Transparent;
  130. this.btnCompress.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCompress.BackgroundImage")));
  131. this.btnCompress.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.btnCompress.ForeColor = System.Drawing.Color.White;
  133. this.btnCompress.Location = new System.Drawing.Point(103, 92);
  134. this.btnCompress.Name = "btnCompress";
  135. this.btnCompress.Size = new System.Drawing.Size(85, 33);
  136. this.btnCompress.TabIndex = 5;
  137. this.btnCompress.Text = "压缩图片";
  138. this.btnCompress.UseVisualStyleBackColor = true;
  139. this.btnCompress.Click += new System.EventHandler(this.btnCompress_Click);
  140. //
  141. // btnSaveAs
  142. //
  143. this.btnSaveAs.BackColor = System.Drawing.Color.Transparent;
  144. this.btnSaveAs.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSaveAs.BackgroundImage")));
  145. this.btnSaveAs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.btnSaveAs.ForeColor = System.Drawing.Color.White;
  147. this.btnSaveAs.Location = new System.Drawing.Point(12, 92);
  148. this.btnSaveAs.Name = "btnSaveAs";
  149. this.btnSaveAs.Size = new System.Drawing.Size(85, 33);
  150. this.btnSaveAs.TabIndex = 4;
  151. this.btnSaveAs.Text = "另存为...";
  152. this.btnSaveAs.UseVisualStyleBackColor = true;
  153. this.btnSaveAs.Click += new System.EventHandler(this.btnSaveAs_Click);
  154. //
  155. // btnRemove
  156. //
  157. this.btnRemove.BackColor = System.Drawing.Color.Transparent;
  158. this.btnRemove.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnRemove.BackgroundImage")));
  159. this.btnRemove.Enabled = false;
  160. this.btnRemove.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.btnRemove.ForeColor = System.Drawing.Color.White;
  162. this.btnRemove.Location = new System.Drawing.Point(194, 92);
  163. this.btnRemove.Name = "btnRemove";
  164. this.btnRemove.Size = new System.Drawing.Size(85, 33);
  165. this.btnRemove.TabIndex = 6;
  166. this.btnRemove.Text = "删除";
  167. this.btnRemove.UseVisualStyleBackColor = true;
  168. this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
  169. //
  170. // BackgroundSetting
  171. //
  172. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  173. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  174. this.BackColor = System.Drawing.SystemColors.Window;
  175. this.ClientSize = new System.Drawing.Size(527, 160);
  176. this.Controls.Add(this.lblImageCausion);
  177. this.Controls.Add(this.lblImageSize);
  178. this.Controls.Add(this.btnCancel);
  179. this.Controls.Add(this.btnOK);
  180. this.Controls.Add(this.btnCompress);
  181. this.Controls.Add(this.btnRemove);
  182. this.Controls.Add(this.btnSaveAs);
  183. this.Controls.Add(this.btnReference);
  184. this.Controls.Add(this.txtBackgroundName);
  185. this.Controls.Add(this.lblSelectBackground);
  186. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  187. this.MinimumSize = new System.Drawing.Size(403, 138);
  188. this.Name = "BackgroundSetting";
  189. this.ShowIcon = true;
  190. this.Text = "背景图片设置";
  191. this.Load += new System.EventHandler(this.BackgroundSetting_Load);
  192. this.Controls.SetChildIndex(this.lblSelectBackground, 0);
  193. this.Controls.SetChildIndex(this.txtBackgroundName, 0);
  194. this.Controls.SetChildIndex(this.btnReference, 0);
  195. this.Controls.SetChildIndex(this.btnSaveAs, 0);
  196. this.Controls.SetChildIndex(this.btnRemove, 0);
  197. this.Controls.SetChildIndex(this.btnCompress, 0);
  198. this.Controls.SetChildIndex(this.btnOK, 0);
  199. this.Controls.SetChildIndex(this.btnCancel, 0);
  200. this.Controls.SetChildIndex(this.lblImageSize, 0);
  201. this.Controls.SetChildIndex(this.lblImageCausion, 0);
  202. this.ResumeLayout(false);
  203. this.PerformLayout();
  204. }
  205. #endregion
  206. private System.Windows.Forms.Button btnReference;
  207. private System.Windows.Forms.TextBox txtBackgroundName;
  208. private System.Windows.Forms.Label lblSelectBackground;
  209. private System.Windows.Forms.OpenFileDialog openFileDialog;
  210. private System.Windows.Forms.SaveFileDialog saveFileDialog;
  211. private System.Windows.Forms.Label lblImageSize;
  212. private System.Windows.Forms.Label lblImageCausion;
  213. private System.Windows.Forms.ToolTip toolTip;
  214. private Dongke.WinForm.Controls.BtnButton btnCancel;
  215. private Dongke.WinForm.Controls.BtnButton btnOK;
  216. private Dongke.WinForm.Controls.BtnButton btnCompress;
  217. private Dongke.WinForm.Controls.BtnButton btnSaveAs;
  218. private Dongke.WinForm.Controls.BtnButton btnRemove;
  219. }
  220. }