1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
-
- using SmartCoalApplication.Core.CustomControl;
- using System;
- namespace SmartCoalApplication.MeasureProcedure
- {
- partial class MeasureSettingDialog
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- private System.Windows.Forms.Label label25;
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button buttonDelete;
- private System.Windows.Forms.Button buttonCopy;
- private System.Windows.Forms.Button buttonAdd;
- private System.Windows.Forms.Button buttonSetUp;
- private System.Windows.Forms.Button button1;
- private NewTextBox comboDianduxianbie;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.ComboBox comboBox2;
- private System.Windows.Forms.Label label26;
- private System.Windows.Forms.Label labelDatePos;
- private System.Windows.Forms.TextBox textBoxDatePos;
- private System.Windows.Forms.Label labelDate;
- private System.Windows.Forms.Label labelNowDate;
- }
- }
|