MeasureSettingDialog.Designer.cs 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. 
  2. using SmartCoalApplication.Core.CustomControl;
  3. using System;
  4. namespace SmartCoalApplication.MeasureProcedure
  5. {
  6. partial class MeasureSettingDialog
  7. {
  8. /// <summary>
  9. /// Required designer variable.
  10. /// </summary>
  11. private System.ComponentModel.IContainer components = null;
  12. /// <summary>
  13. /// Clean up any resources being used.
  14. /// </summary>
  15. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  16. protected override void Dispose(bool disposing)
  17. {
  18. if (disposing && (components != null))
  19. {
  20. components.Dispose();
  21. }
  22. base.Dispose(disposing);
  23. }
  24. private System.Windows.Forms.Label label25;
  25. private System.Windows.Forms.ComboBox comboBox1;
  26. private System.Windows.Forms.Panel panel1;
  27. private System.Windows.Forms.Button buttonDelete;
  28. private System.Windows.Forms.Button buttonCopy;
  29. private System.Windows.Forms.Button buttonAdd;
  30. private System.Windows.Forms.Button buttonSetUp;
  31. private System.Windows.Forms.Button button1;
  32. private NewTextBox comboDianduxianbie;
  33. private System.Windows.Forms.Button button2;
  34. private System.Windows.Forms.ComboBox comboBox2;
  35. private System.Windows.Forms.Label label26;
  36. private System.Windows.Forms.Label labelDatePos;
  37. private System.Windows.Forms.TextBox textBoxDatePos;
  38. private System.Windows.Forms.Label labelDate;
  39. private System.Windows.Forms.Label labelNowDate;
  40. }
  41. }