FrmLAddEdit.Designer.cs 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. namespace WCS_Client.UC
  2. {
  3. partial class FrmLAddEdit
  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(FrmLAddEdit));
  29. this.Btn_Close = new DevComponents.DotNetBar.ButtonItem();
  30. this.Btn_Save = new DevComponents.DotNetBar.ButtonItem();
  31. this.Btn_Edit = new DevComponents.DotNetBar.ButtonItem();
  32. this.Btn_New = new DevComponents.DotNetBar.ButtonItem();
  33. this.Btn_Down = new DevComponents.DotNetBar.ButtonItem();
  34. this.Btn_Up = new DevComponents.DotNetBar.ButtonItem();
  35. this.bar1 = new DevComponents.DotNetBar.Bar();
  36. this.layoutControl1 = new DevComponents.DotNetBar.Layout.LayoutControl();
  37. ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // Btn_Close
  41. //
  42. this.Btn_Close.BeginGroup = true;
  43. this.Btn_Close.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
  44. this.Btn_Close.Name = "Btn_Close";
  45. this.Btn_Close.Symbol = "";
  46. this.Btn_Close.SymbolSize = 18F;
  47. this.Btn_Close.Text = "关闭";
  48. this.Btn_Close.Click += new System.EventHandler(this.Btn_Close_Click);
  49. //
  50. // Btn_Save
  51. //
  52. this.Btn_Save.BeginGroup = true;
  53. this.Btn_Save.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
  54. this.Btn_Save.Name = "Btn_Save";
  55. this.Btn_Save.Symbol = "";
  56. this.Btn_Save.SymbolSize = 18F;
  57. this.Btn_Save.Text = "保存";
  58. this.Btn_Save.Click += new System.EventHandler(this.Btn_Save_Click);
  59. //
  60. // Btn_Edit
  61. //
  62. this.Btn_Edit.BeginGroup = true;
  63. this.Btn_Edit.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
  64. this.Btn_Edit.Name = "Btn_Edit";
  65. this.Btn_Edit.Symbol = "";
  66. this.Btn_Edit.SymbolSize = 18F;
  67. this.Btn_Edit.Text = "编辑";
  68. this.Btn_Edit.Click += new System.EventHandler(this.Btn_Edit_Click);
  69. //
  70. // Btn_New
  71. //
  72. this.Btn_New.BeginGroup = true;
  73. this.Btn_New.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
  74. this.Btn_New.Name = "Btn_New";
  75. this.Btn_New.Symbol = "";
  76. this.Btn_New.SymbolSize = 18F;
  77. this.Btn_New.Text = "新建";
  78. this.Btn_New.Click += new System.EventHandler(this.Btn_New_Click);
  79. //
  80. // Btn_Down
  81. //
  82. this.Btn_Down.BeginGroup = true;
  83. this.Btn_Down.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
  84. this.Btn_Down.Name = "Btn_Down";
  85. this.Btn_Down.Symbol = "";
  86. this.Btn_Down.SymbolSize = 18F;
  87. this.Btn_Down.Text = "下一条";
  88. this.Btn_Down.Click += new System.EventHandler(this.Btn_Down_Click);
  89. //
  90. // Btn_Up
  91. //
  92. this.Btn_Up.BeginGroup = true;
  93. this.Btn_Up.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
  94. this.Btn_Up.Name = "Btn_Up";
  95. this.Btn_Up.Symbol = "";
  96. this.Btn_Up.SymbolSize = 18F;
  97. this.Btn_Up.Text = "上一条";
  98. this.Btn_Up.Click += new System.EventHandler(this.Btn_Up_Click);
  99. //
  100. // bar1
  101. //
  102. this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
  103. this.bar1.AccessibleName = "DotNetBar Bar";
  104. this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
  105. this.bar1.AntiAlias = true;
  106. this.bar1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  107. this.bar1.Dock = System.Windows.Forms.DockStyle.Top;
  108. this.bar1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.bar1.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Office2003;
  110. this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  111. this.Btn_Up,
  112. this.Btn_Down,
  113. this.Btn_New,
  114. this.Btn_Edit,
  115. this.Btn_Save,
  116. this.Btn_Close});
  117. this.bar1.Location = new System.Drawing.Point(0, 0);
  118. this.bar1.Margin = new System.Windows.Forms.Padding(0);
  119. this.bar1.Name = "bar1";
  120. this.bar1.PaddingBottom = 0;
  121. this.bar1.PaddingLeft = 0;
  122. this.bar1.PaddingRight = 0;
  123. this.bar1.PaddingTop = 0;
  124. this.bar1.Size = new System.Drawing.Size(646, 32);
  125. this.bar1.Stretch = true;
  126. this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  127. this.bar1.TabIndex = 3;
  128. this.bar1.TabStop = false;
  129. this.bar1.Text = "bar1";
  130. //
  131. // layoutControl1
  132. //
  133. this.layoutControl1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  134. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  135. this.layoutControl1.Location = new System.Drawing.Point(0, 32);
  136. this.layoutControl1.Margin = new System.Windows.Forms.Padding(0);
  137. this.layoutControl1.Name = "layoutControl1";
  138. this.layoutControl1.Size = new System.Drawing.Size(646, 175);
  139. this.layoutControl1.TabIndex = 4;
  140. //
  141. // FrmLAddEdit
  142. //
  143. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  144. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  145. this.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  146. this.ClientSize = new System.Drawing.Size(646, 207);
  147. this.Controls.Add(this.layoutControl1);
  148. this.Controls.Add(this.bar1);
  149. this.DoubleBuffered = true;
  150. this.EnableGlass = false;
  151. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  152. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  153. this.MaximizeBox = false;
  154. this.MinimizeBox = false;
  155. this.Name = "FrmLAddEdit";
  156. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  157. this.Text = "FrmLAddEdit";
  158. this.Load += new System.EventHandler(this.FrmLAddEdit_Load);
  159. ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
  160. this.ResumeLayout(false);
  161. }
  162. #endregion
  163. private DevComponents.DotNetBar.ButtonItem Btn_Close;
  164. private DevComponents.DotNetBar.ButtonItem Btn_Save;
  165. private DevComponents.DotNetBar.ButtonItem Btn_Edit;
  166. private DevComponents.DotNetBar.ButtonItem Btn_New;
  167. private DevComponents.DotNetBar.ButtonItem Btn_Down;
  168. private DevComponents.DotNetBar.ButtonItem Btn_Up;
  169. private DevComponents.DotNetBar.Bar bar1;
  170. private DevComponents.DotNetBar.Layout.LayoutControl layoutControl1;
  171. }
  172. }