OrdersReportPrintFormMain.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. namespace LYFZ.Software.UI.ReportPrint
  2. {
  3. partial class OrdersReportPrintFormMain
  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(OrdersReportPrintFormMain));
  30. this.treevListData = new LYFZ.ComponentLibrary.TreeViewEx();
  31. this.cmbQueryText = new LYFZ.ComponentLibrary.ComboBoxEx();
  32. this.contxtMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
  33. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.btnPreview = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  37. this.panlModel = new LYFZ.ComponentLibrary.PanelEx();
  38. this.btnView = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.btnReset = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.buttonEx1 = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.plExMainContainer.SuspendLayout();
  42. this.plFormMainContent.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // plExMainContainer
  46. //
  47. this.plExMainContainer.AutoScroll = true;
  48. this.plExMainContainer.Controls.Add(this.buttonEx1);
  49. this.plExMainContainer.Controls.Add(this.btnReset);
  50. this.plExMainContainer.Controls.Add(this.btnView);
  51. this.plExMainContainer.Controls.Add(this.btnPreview);
  52. this.plExMainContainer.Controls.Add(this.btnSave);
  53. this.plExMainContainer.Controls.Add(this.btnClose);
  54. this.plExMainContainer.Controls.Add(this.panlModel);
  55. this.plExMainContainer.Controls.Add(this.cmbQueryText);
  56. this.plExMainContainer.Controls.Add(this.treevListData);
  57. //
  58. // treevListData
  59. //
  60. this.treevListData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  61. | System.Windows.Forms.AnchorStyles.Left)));
  62. this.treevListData.Location = new System.Drawing.Point(4, 104);
  63. this.treevListData.Name = "treevListData";
  64. this.treevListData.Size = new System.Drawing.Size(198, 338);
  65. this.treevListData.TabIndex = 0;
  66. //
  67. // cmbQueryText
  68. //
  69. this.cmbQueryText.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  70. this.cmbQueryText.FormattingEnabled = true;
  71. this.cmbQueryText.Location = new System.Drawing.Point(4, 16);
  72. this.cmbQueryText.Name = "cmbQueryText";
  73. this.cmbQueryText.Size = new System.Drawing.Size(198, 20);
  74. this.cmbQueryText.TabIndex = 1;
  75. //
  76. // contxtMenu
  77. //
  78. this.contxtMenu.Name = "contxtMenu";
  79. this.contxtMenu.Size = new System.Drawing.Size(61, 4);
  80. //
  81. // btnClose
  82. //
  83. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  84. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  85. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  86. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  87. this.btnClose.ForeColor = System.Drawing.Color.White;
  88. this.btnClose.IsShowText = true;
  89. this.btnClose.Location = new System.Drawing.Point(593, 10);
  90. this.btnClose.Name = "btnClose";
  91. this.btnClose.Size = new System.Drawing.Size(85, 28);
  92. this.btnClose.TabIndex = 3;
  93. this.btnClose.Text = "关闭";
  94. this.btnClose.UseVisualStyleBackColor = false;
  95. //
  96. // btnSave
  97. //
  98. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  99. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  100. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  101. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  102. this.btnSave.ForeColor = System.Drawing.Color.White;
  103. this.btnSave.IsShowText = true;
  104. this.btnSave.Location = new System.Drawing.Point(499, 10);
  105. this.btnSave.Name = "btnSave";
  106. this.btnSave.Size = new System.Drawing.Size(85, 28);
  107. this.btnSave.TabIndex = 4;
  108. this.btnSave.Text = "保存";
  109. this.btnSave.UseVisualStyleBackColor = false;
  110. //
  111. // btnPreview
  112. //
  113. this.btnPreview.BackColor = System.Drawing.Color.Transparent;
  114. this.btnPreview.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPreview.BackImg")));
  115. this.btnPreview.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  116. this.btnPreview.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  117. this.btnPreview.ForeColor = System.Drawing.Color.White;
  118. this.btnPreview.IsShowText = true;
  119. this.btnPreview.Location = new System.Drawing.Point(405, 10);
  120. this.btnPreview.Name = "btnPreview";
  121. this.btnPreview.Size = new System.Drawing.Size(85, 28);
  122. this.btnPreview.TabIndex = 5;
  123. this.btnPreview.Text = "预览";
  124. this.btnPreview.UseVisualStyleBackColor = false;
  125. //
  126. // openFileDialog1
  127. //
  128. this.openFileDialog1.FileName = "openFileDialog1";
  129. //
  130. // panlModel
  131. //
  132. this.panlModel.BorderColor = System.Drawing.Color.Black;
  133. this.panlModel.BorderWidth = 1;
  134. this.panlModel.ContextMenuStrip = this.contxtMenu;
  135. this.panlModel.Location = new System.Drawing.Point(206, 44);
  136. this.panlModel.Name = "panlModel";
  137. this.panlModel.Size = new System.Drawing.Size(500, 398);
  138. this.panlModel.TabIndex = 2;
  139. //
  140. // btnView
  141. //
  142. this.btnView.BackColor = System.Drawing.Color.Transparent;
  143. this.btnView.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnView.BackImg")));
  144. this.btnView.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  145. this.btnView.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  146. this.btnView.ForeColor = System.Drawing.Color.White;
  147. this.btnView.IsShowText = true;
  148. this.btnView.Location = new System.Drawing.Point(217, 10);
  149. this.btnView.Name = "btnView";
  150. this.btnView.Size = new System.Drawing.Size(85, 28);
  151. this.btnView.TabIndex = 10;
  152. this.btnView.Text = "选择图片";
  153. this.btnView.UseVisualStyleBackColor = false;
  154. //
  155. // btnReset
  156. //
  157. this.btnReset.BackColor = System.Drawing.Color.Transparent;
  158. this.btnReset.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReset.BackImg")));
  159. this.btnReset.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  160. this.btnReset.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  161. this.btnReset.ForeColor = System.Drawing.Color.White;
  162. this.btnReset.IsShowText = true;
  163. this.btnReset.Location = new System.Drawing.Point(311, 10);
  164. this.btnReset.Name = "btnReset";
  165. this.btnReset.Size = new System.Drawing.Size(85, 28);
  166. this.btnReset.TabIndex = 11;
  167. this.btnReset.Text = "重置绘板";
  168. this.btnReset.UseVisualStyleBackColor = false;
  169. //
  170. // buttonEx1
  171. //
  172. this.buttonEx1.BackColor = System.Drawing.Color.Transparent;
  173. this.buttonEx1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx1.BackImg")));
  174. this.buttonEx1.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  175. this.buttonEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  176. this.buttonEx1.ForeColor = System.Drawing.Color.White;
  177. this.buttonEx1.IsShowText = true;
  178. this.buttonEx1.Location = new System.Drawing.Point(66, 62);
  179. this.buttonEx1.Name = "buttonEx1";
  180. this.buttonEx1.Size = new System.Drawing.Size(85, 28);
  181. this.buttonEx1.TabIndex = 12;
  182. this.buttonEx1.Text = "buttonEx1";
  183. this.buttonEx1.UseVisualStyleBackColor = false;
  184. //
  185. // OrdersReportPrintFormMain
  186. //
  187. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  188. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  189. this.ClientSize = new System.Drawing.Size(710, 510);
  190. this.Name = "OrdersReportPrintFormMain";
  191. this.Text = "订单报表设置";
  192. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  193. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  194. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  195. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  196. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  197. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  198. this.plExMainContainer.ResumeLayout(false);
  199. this.plFormMainContent.ResumeLayout(false);
  200. this.ResumeLayout(false);
  201. }
  202. #endregion
  203. protected ComponentLibrary.ComboBoxEx cmbQueryText;
  204. protected ComponentLibrary.TreeViewEx treevListData;
  205. protected System.Windows.Forms.OpenFileDialog openFileDialog1;
  206. protected System.Windows.Forms.ContextMenuStrip contxtMenu;
  207. protected ComponentLibrary.PanelEx panlModel;
  208. protected ComponentLibrary.ButtonEx btnPreview;
  209. protected ComponentLibrary.ButtonEx btnSave;
  210. protected ComponentLibrary.ButtonEx btnClose;
  211. protected ComponentLibrary.ButtonEx btnView;
  212. protected ComponentLibrary.ButtonEx btnReset;
  213. protected ComponentLibrary.ButtonEx buttonEx1;
  214. }
  215. }