版博士V2.0程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

UIForLib.Designer.cs 6.8 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. namespace ProductionControl.UI
  2. {
  3. partial class UIForLib
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UIForLib));
  29. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  30. this.txtLog = new System.Windows.Forms.ToolStripStatusLabel();
  31. this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
  32. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  33. this.tbtnSave = new System.Windows.Forms.ToolStripButton();
  34. this.tssSave = new System.Windows.Forms.ToolStripSeparator();
  35. this.tbtnExport = new System.Windows.Forms.ToolStripButton();
  36. this.tbtnImport = new System.Windows.Forms.ToolStripButton();
  37. this.statusStrip1.SuspendLayout();
  38. this.toolStrip1.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // statusStrip1
  42. //
  43. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  44. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  45. this.txtLog});
  46. this.statusStrip1.Location = new System.Drawing.Point(0, 599);
  47. this.statusStrip1.Name = "statusStrip1";
  48. this.statusStrip1.Padding = new System.Windows.Forms.Padding(2, 0, 14, 0);
  49. this.statusStrip1.Size = new System.Drawing.Size(1008, 22);
  50. this.statusStrip1.TabIndex = 28;
  51. this.statusStrip1.Text = "statusStrip1";
  52. //
  53. // txtLog
  54. //
  55. this.txtLog.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  56. this.txtLog.Name = "txtLog";
  57. this.txtLog.Size = new System.Drawing.Size(0, 15);
  58. //
  59. // propertyGrid1
  60. //
  61. this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  62. this.propertyGrid1.LineColor = System.Drawing.SystemColors.ActiveCaption;
  63. this.propertyGrid1.Location = new System.Drawing.Point(0, 38);
  64. this.propertyGrid1.Name = "propertyGrid1";
  65. this.propertyGrid1.Size = new System.Drawing.Size(1008, 561);
  66. this.propertyGrid1.TabIndex = 31;
  67. this.propertyGrid1.ToolbarVisible = false;
  68. this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged);
  69. //
  70. // toolStrip1
  71. //
  72. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  73. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  74. this.tbtnSave,
  75. this.tssSave,
  76. this.tbtnExport,
  77. this.tbtnImport});
  78. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  79. this.toolStrip1.Name = "toolStrip1";
  80. this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
  81. this.toolStrip1.Size = new System.Drawing.Size(1008, 38);
  82. this.toolStrip1.TabIndex = 30;
  83. this.toolStrip1.Text = "toolStrip7";
  84. //
  85. // tbtnSave
  86. //
  87. this.tbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tbtnSave.Image")));
  88. this.tbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  89. this.tbtnSave.Name = "tbtnSave";
  90. this.tbtnSave.Size = new System.Drawing.Size(74, 33);
  91. this.tbtnSave.Text = "保存";
  92. this.tbtnSave.Click += new System.EventHandler(this.tbtnSave_Click);
  93. //
  94. // tssSave
  95. //
  96. this.tssSave.Name = "tssSave";
  97. this.tssSave.Size = new System.Drawing.Size(6, 38);
  98. //
  99. // tbtnExport
  100. //
  101. this.tbtnExport.Image = ((System.Drawing.Image)(resources.GetObject("tbtnExport.Image")));
  102. this.tbtnExport.ImageTransparentColor = System.Drawing.Color.Magenta;
  103. this.tbtnExport.Name = "tbtnExport";
  104. this.tbtnExport.Size = new System.Drawing.Size(74, 33);
  105. this.tbtnExport.Text = "导出";
  106. this.tbtnExport.Click += new System.EventHandler(this.tbtnExport_Click);
  107. //
  108. // tbtnImport
  109. //
  110. this.tbtnImport.Image = ((System.Drawing.Image)(resources.GetObject("tbtnImport.Image")));
  111. this.tbtnImport.ImageTransparentColor = System.Drawing.Color.Magenta;
  112. this.tbtnImport.Name = "tbtnImport";
  113. this.tbtnImport.Size = new System.Drawing.Size(74, 33);
  114. this.tbtnImport.Text = "导入";
  115. this.tbtnImport.Click += new System.EventHandler(this.tbtnImport_Click);
  116. //
  117. // UIForLib
  118. //
  119. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  120. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  121. this.Controls.Add(this.propertyGrid1);
  122. this.Controls.Add(this.toolStrip1);
  123. this.Controls.Add(this.statusStrip1);
  124. this.Name = "UIForLib";
  125. this.Size = new System.Drawing.Size(1008, 621);
  126. this.statusStrip1.ResumeLayout(false);
  127. this.statusStrip1.PerformLayout();
  128. this.toolStrip1.ResumeLayout(false);
  129. this.toolStrip1.PerformLayout();
  130. this.ResumeLayout(false);
  131. this.PerformLayout();
  132. }
  133. #endregion
  134. private System.Windows.Forms.StatusStrip statusStrip1;
  135. private System.Windows.Forms.ToolStripStatusLabel txtLog;
  136. private System.Windows.Forms.PropertyGrid propertyGrid1;
  137. private System.Windows.Forms.ToolStrip toolStrip1;
  138. private System.Windows.Forms.ToolStripButton tbtnSave;
  139. private System.Windows.Forms.ToolStripSeparator tssSave;
  140. private System.Windows.Forms.ToolStripButton tbtnExport;
  141. private System.Windows.Forms.ToolStripButton tbtnImport;
  142. }
  143. }