FrmTheScenery.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. namespace LYFZ.Software.UI.InitialSet.PackagesGoods
  2. {
  3. partial class FrmTheScenery
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmTheScenery));
  32. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  35. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.Tsc_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Tsc_SalesPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Tsc_CostPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Sc_ClassName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.lst = new LYFZ.ComponentLibrary.ListBoxEx();
  41. this.btnLeft = new LYFZ.ComponentLibrary.ButtonEx();
  42. this.btnRight = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.plExMainContainer.SuspendLayout();
  45. this.plFormMainContent.SuspendLayout();
  46. this.panelEx1.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // plExMainContainer
  51. //
  52. this.plExMainContainer.Controls.Add(this.panelEx1);
  53. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  54. this.plExMainContainer.Size = new System.Drawing.Size(690, 545);
  55. //
  56. // plFormMainContent
  57. //
  58. this.plFormMainContent.Size = new System.Drawing.Size(690, 545);
  59. //
  60. // btnAppFormExit
  61. //
  62. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  63. this.btnAppFormExit.Location = new System.Drawing.Point(658, 0);
  64. //
  65. // btnAppFormMinimize
  66. //
  67. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  68. this.btnAppFormMinimize.Location = new System.Drawing.Point(631, 0);
  69. //
  70. // panelEx1
  71. //
  72. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  73. this.panelEx1.BorderWidth = 1;
  74. this.panelEx1.Controls.Add(this.labelEx6);
  75. this.panelEx1.Controls.Add(this.dgv);
  76. this.panelEx1.Controls.Add(this.lst);
  77. this.panelEx1.Controls.Add(this.btnLeft);
  78. this.panelEx1.Controls.Add(this.btnRight);
  79. this.panelEx1.Controls.Add(this.btnSave);
  80. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  81. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  82. this.panelEx1.Name = "panelEx1";
  83. this.panelEx1.Size = new System.Drawing.Size(670, 525);
  84. this.panelEx1.TabIndex = 2;
  85. //
  86. // labelEx6
  87. //
  88. this.labelEx6.AutoSize = true;
  89. this.labelEx6.BackColor = System.Drawing.Color.Transparent;
  90. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  91. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  92. this.labelEx6.Location = new System.Drawing.Point(471, 10);
  93. this.labelEx6.Name = "labelEx6";
  94. this.labelEx6.Size = new System.Drawing.Size(68, 17);
  95. this.labelEx6.TabIndex = 61;
  96. this.labelEx6.Text = "选中的项目";
  97. //
  98. // dgv
  99. //
  100. this.dgv.AllowUserToAddRows = false;
  101. this.dgv.AllowUserToDeleteRows = false;
  102. this.dgv.AllowUserToResizeRows = false;
  103. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  104. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  105. this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  106. this.dgv.BackgroundColor = System.Drawing.Color.White;
  107. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  108. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  109. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  110. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  111. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  113. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  114. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  115. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  116. this.dgv.ColumnHeadersHeight = 24;
  117. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  118. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  119. this.ID,
  120. this.Tsc_Name,
  121. this.Tsc_SalesPrice,
  122. this.Tsc_CostPrice,
  123. this.Sc_ClassName});
  124. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  125. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  126. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  128. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  129. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  130. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  131. this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
  132. this.dgv.EnableHeadersVisualStyles = false;
  133. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  134. this.dgv.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv";
  135. this.dgv.IsCompleteBonding = false;
  136. this.dgv.Location = new System.Drawing.Point(10, 10);
  137. this.dgv.MultiSelect = false;
  138. this.dgv.Name = "dgv";
  139. this.dgv.ReadOnly = true;
  140. this.dgv.RowHeadersVisible = false;
  141. this.dgv.RowTemplate.Height = 23;
  142. this.dgv.RowTemplate.ReadOnly = true;
  143. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  144. this.dgv.Size = new System.Drawing.Size(380, 505);
  145. this.dgv.TabIndex = 60;
  146. //
  147. // ID
  148. //
  149. this.ID.DataPropertyName = "ID";
  150. this.ID.HeaderText = "编号";
  151. this.ID.Name = "ID";
  152. this.ID.ReadOnly = true;
  153. this.ID.Visible = false;
  154. //
  155. // Tsc_Name
  156. //
  157. this.Tsc_Name.DataPropertyName = "Tsc_Name";
  158. this.Tsc_Name.HeaderText = "名称";
  159. this.Tsc_Name.Name = "Tsc_Name";
  160. this.Tsc_Name.ReadOnly = true;
  161. //
  162. // Tsc_SalesPrice
  163. //
  164. this.Tsc_SalesPrice.DataPropertyName = "Tsc_SalesPrice";
  165. this.Tsc_SalesPrice.HeaderText = "拍摄价格";
  166. this.Tsc_SalesPrice.Name = "Tsc_SalesPrice";
  167. this.Tsc_SalesPrice.ReadOnly = true;
  168. //
  169. // Tsc_CostPrice
  170. //
  171. this.Tsc_CostPrice.DataPropertyName = "Tsc_CostPrice";
  172. this.Tsc_CostPrice.HeaderText = "成本价";
  173. this.Tsc_CostPrice.Name = "Tsc_CostPrice";
  174. this.Tsc_CostPrice.ReadOnly = true;
  175. //
  176. // Sc_ClassName
  177. //
  178. this.Sc_ClassName.DataPropertyName = "Tsc_RatingName";
  179. this.Sc_ClassName.HeaderText = "等级";
  180. this.Sc_ClassName.Name = "Sc_ClassName";
  181. this.Sc_ClassName.ReadOnly = true;
  182. //
  183. // lst
  184. //
  185. this.lst.Font = new System.Drawing.Font("宋体", 10F);
  186. this.lst.FormattingEnabled = true;
  187. this.lst.Location = new System.Drawing.Point(470, 30);
  188. this.lst.Name = "lst";
  189. this.lst.Size = new System.Drawing.Size(188, 485);
  190. this.lst.TabIndex = 59;
  191. //
  192. // btnLeft
  193. //
  194. this.btnLeft.BackColor = System.Drawing.Color.Transparent;
  195. this.btnLeft.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnLeft.BackImg")));
  196. this.btnLeft.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  197. this.btnLeft.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  198. this.btnLeft.ForeColor = System.Drawing.Color.White;
  199. this.btnLeft.IsCustomBackImg = false;
  200. this.btnLeft.IsShowText = true;
  201. this.btnLeft.Location = new System.Drawing.Point(400, 223);
  202. this.btnLeft.Name = "btnLeft";
  203. this.btnLeft.Size = new System.Drawing.Size(60, 26);
  204. this.btnLeft.TabIndex = 56;
  205. this.btnLeft.Text = " 移除";
  206. this.btnLeft.UseVisualStyleBackColor = false;
  207. //
  208. // btnRight
  209. //
  210. this.btnRight.BackColor = System.Drawing.Color.Transparent;
  211. this.btnRight.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRight.BackImg")));
  212. this.btnRight.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  213. this.btnRight.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  214. this.btnRight.ForeColor = System.Drawing.Color.White;
  215. this.btnRight.IsCustomBackImg = false;
  216. this.btnRight.IsShowText = true;
  217. this.btnRight.Location = new System.Drawing.Point(400, 179);
  218. this.btnRight.Name = "btnRight";
  219. this.btnRight.Size = new System.Drawing.Size(60, 26);
  220. this.btnRight.TabIndex = 58;
  221. this.btnRight.Text = " 增加";
  222. this.btnRight.UseVisualStyleBackColor = false;
  223. //
  224. // btnSave
  225. //
  226. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  227. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  228. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  229. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  230. this.btnSave.ForeColor = System.Drawing.Color.White;
  231. this.btnSave.IsCustomBackImg = false;
  232. this.btnSave.IsShowText = true;
  233. this.btnSave.Location = new System.Drawing.Point(400, 268);
  234. this.btnSave.Name = "btnSave";
  235. this.btnSave.Size = new System.Drawing.Size(60, 26);
  236. this.btnSave.TabIndex = 55;
  237. this.btnSave.Text = " 确定";
  238. this.btnSave.UseVisualStyleBackColor = false;
  239. //
  240. // FrmTheScenery
  241. //
  242. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  243. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  244. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  245. this.ClientSize = new System.Drawing.Size(690, 610);
  246. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  247. this.MaximizeBox = false;
  248. this.Name = "FrmTheScenery";
  249. this.Text = "设置";
  250. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  251. this.plExMainContainer.ResumeLayout(false);
  252. this.plFormMainContent.ResumeLayout(false);
  253. this.panelEx1.ResumeLayout(false);
  254. this.panelEx1.PerformLayout();
  255. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  256. this.ResumeLayout(false);
  257. }
  258. #endregion
  259. private ComponentLibrary.PanelEx panelEx1;
  260. private ComponentLibrary.LabelEx labelEx6;
  261. protected ComponentLibrary.DataGridViewEx dgv;
  262. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  263. private System.Windows.Forms.DataGridViewTextBoxColumn Tsc_Name;
  264. private System.Windows.Forms.DataGridViewTextBoxColumn Tsc_SalesPrice;
  265. private System.Windows.Forms.DataGridViewTextBoxColumn Tsc_CostPrice;
  266. private System.Windows.Forms.DataGridViewTextBoxColumn Sc_ClassName;
  267. protected ComponentLibrary.ListBoxEx lst;
  268. protected ComponentLibrary.ButtonEx btnLeft;
  269. protected ComponentLibrary.ButtonEx btnRight;
  270. protected ComponentLibrary.ButtonEx btnSave;
  271. }
  272. }