883 lines
45 KiB
C#
883 lines
45 KiB
C#
namespace DeviceRepairAndOptimization.Pages.Plan
|
||
{
|
||
partial class page_PlanEdit
|
||
{
|
||
/// <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);
|
||
}
|
||
|
||
#region Windows Form Designer generated code
|
||
|
||
/// <summary>
|
||
/// Required method for Designer support - do not modify
|
||
/// the contents of this method with the code editor.
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.components = new System.ComponentModel.Container();
|
||
System.Windows.Forms.Panel panel1;
|
||
System.Windows.Forms.Panel panel2;
|
||
System.Windows.Forms.Label label1;
|
||
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions3 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(page_PlanEdit));
|
||
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject9 = new DevExpress.Utils.SerializableAppearanceObject();
|
||
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject();
|
||
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject();
|
||
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject();
|
||
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions4 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
||
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject13 = new DevExpress.Utils.SerializableAppearanceObject();
|
||
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject14 = new DevExpress.Utils.SerializableAppearanceObject();
|
||
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject15 = new DevExpress.Utils.SerializableAppearanceObject();
|
||
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject16 = new DevExpress.Utils.SerializableAppearanceObject();
|
||
System.Windows.Forms.Panel panel3;
|
||
System.Windows.Forms.Label label2;
|
||
System.Windows.Forms.Panel panel4;
|
||
System.Windows.Forms.Label label13;
|
||
System.Windows.Forms.Label label9;
|
||
System.Windows.Forms.Label label3;
|
||
System.Windows.Forms.Panel panel5;
|
||
System.Windows.Forms.Label label14;
|
||
System.Windows.Forms.Label label10;
|
||
System.Windows.Forms.Label label4;
|
||
System.Windows.Forms.Panel panel6;
|
||
System.Windows.Forms.Label label15;
|
||
System.Windows.Forms.Label label11;
|
||
System.Windows.Forms.Label label5;
|
||
System.Windows.Forms.Panel panel7;
|
||
System.Windows.Forms.Label label16;
|
||
System.Windows.Forms.Label label12;
|
||
System.Windows.Forms.Label label6;
|
||
System.Windows.Forms.Panel panel8;
|
||
System.Windows.Forms.Label label7;
|
||
System.Windows.Forms.Panel panel9;
|
||
System.Windows.Forms.Label label8;
|
||
this.txt_EquipmentID = new DevExpress.XtraEditors.ButtonEdit();
|
||
this.txt_DeviceName = new DevExpress.XtraEditors.TextEdit();
|
||
this.ck_Mar = new DevExpress.XtraEditors.ComboBoxEdit();
|
||
this.ck_Jan = new DevExpress.XtraEditors.ComboBoxEdit();
|
||
this.ck_Feb = new DevExpress.XtraEditors.ComboBoxEdit();
|
||
this.ck_Jun = new DevExpress.XtraEditors.ComboBoxEdit();
|
||
this.ck_Apr = new DevExpress.XtraEditors.ComboBoxEdit();
|
||
this.ck_May = new DevExpress.XtraEditors.ComboBoxEdit();
|
||
this.ck_Sep = new DevExpress.XtraEditors.ComboBoxEdit();
|
||
this.ck_Aug = new DevExpress.XtraEditors.ComboBoxEdit();
|
||
this.ck_Jul = new DevExpress.XtraEditors.ComboBoxEdit();
|
||
this.ck_Dec = new DevExpress.XtraEditors.ComboBoxEdit();
|
||
this.ck_Nov = new DevExpress.XtraEditors.ComboBoxEdit();
|
||
this.ck_Oct = new DevExpress.XtraEditors.ComboBoxEdit();
|
||
this.tp_StartMonth = new System.Windows.Forms.DateTimePicker();
|
||
this.txt_Remark = new DevExpress.XtraEditors.TextEdit();
|
||
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||
this.separatorControl1 = new DevExpress.XtraEditors.SeparatorControl();
|
||
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
||
this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton();
|
||
this.btn_Submit = new DevExpress.XtraEditors.SimpleButton();
|
||
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
|
||
this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::DeviceRepairAndOptimization.frmWaiting), true, true);
|
||
this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
|
||
panel1 = new System.Windows.Forms.Panel();
|
||
panel2 = new System.Windows.Forms.Panel();
|
||
label1 = new System.Windows.Forms.Label();
|
||
panel3 = new System.Windows.Forms.Panel();
|
||
label2 = new System.Windows.Forms.Label();
|
||
panel4 = new System.Windows.Forms.Panel();
|
||
label13 = new System.Windows.Forms.Label();
|
||
label9 = new System.Windows.Forms.Label();
|
||
label3 = new System.Windows.Forms.Label();
|
||
panel5 = new System.Windows.Forms.Panel();
|
||
label14 = new System.Windows.Forms.Label();
|
||
label10 = new System.Windows.Forms.Label();
|
||
label4 = new System.Windows.Forms.Label();
|
||
panel6 = new System.Windows.Forms.Panel();
|
||
label15 = new System.Windows.Forms.Label();
|
||
label11 = new System.Windows.Forms.Label();
|
||
label5 = new System.Windows.Forms.Label();
|
||
panel7 = new System.Windows.Forms.Panel();
|
||
label16 = new System.Windows.Forms.Label();
|
||
label12 = new System.Windows.Forms.Label();
|
||
label6 = new System.Windows.Forms.Label();
|
||
panel8 = new System.Windows.Forms.Panel();
|
||
label7 = new System.Windows.Forms.Label();
|
||
panel9 = new System.Windows.Forms.Panel();
|
||
label8 = new System.Windows.Forms.Label();
|
||
panel2.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.txt_EquipmentID.Properties)).BeginInit();
|
||
panel3.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.txt_DeviceName.Properties)).BeginInit();
|
||
panel4.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.ck_Mar.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ck_Jan.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ck_Feb.Properties)).BeginInit();
|
||
panel5.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.ck_Jun.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ck_Apr.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ck_May.Properties)).BeginInit();
|
||
panel6.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.ck_Sep.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ck_Aug.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ck_Jul.Properties)).BeginInit();
|
||
panel7.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.ck_Dec.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ck_Nov.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ck_Oct.Properties)).BeginInit();
|
||
panel8.SuspendLayout();
|
||
panel9.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.txt_Remark.Properties)).BeginInit();
|
||
this.tableLayoutPanel1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).BeginInit();
|
||
this.flowLayoutPanel1.SuspendLayout();
|
||
this.flowLayoutPanel2.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// panel1
|
||
//
|
||
panel1.Location = new System.Drawing.Point(0, 0);
|
||
panel1.Margin = new System.Windows.Forms.Padding(0);
|
||
panel1.Name = "panel1";
|
||
panel1.Padding = new System.Windows.Forms.Padding(20, 0, 20, 0);
|
||
panel1.Size = new System.Drawing.Size(980, 50);
|
||
panel1.TabIndex = 0;
|
||
//
|
||
// panel2
|
||
//
|
||
panel2.Controls.Add(label1);
|
||
panel2.Controls.Add(this.txt_EquipmentID);
|
||
panel2.Location = new System.Drawing.Point(0, 58);
|
||
panel2.Margin = new System.Windows.Forms.Padding(0, 8, 0, 0);
|
||
panel2.Name = "panel2";
|
||
panel2.Padding = new System.Windows.Forms.Padding(20, 0, 20, 0);
|
||
panel2.Size = new System.Drawing.Size(980, 50);
|
||
panel2.TabIndex = 1;
|
||
//
|
||
// label1
|
||
//
|
||
label1.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||
label1.AutoSize = true;
|
||
label1.Location = new System.Drawing.Point(20, 16);
|
||
label1.Margin = new System.Windows.Forms.Padding(0);
|
||
label1.Name = "label1";
|
||
label1.Size = new System.Drawing.Size(82, 15);
|
||
label1.TabIndex = 0;
|
||
label1.Text = "设备编号:";
|
||
label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// txt_EquipmentID
|
||
//
|
||
this.txt_EquipmentID.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
||
this.txt_EquipmentID.Location = new System.Drawing.Point(140, 5);
|
||
this.txt_EquipmentID.Name = "txt_EquipmentID";
|
||
editorButtonImageOptions3.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("editorButtonImageOptions3.SvgImage")));
|
||
editorButtonImageOptions3.SvgImageSize = new System.Drawing.Size(24, 24);
|
||
editorButtonImageOptions4.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("editorButtonImageOptions4.SvgImage")));
|
||
editorButtonImageOptions4.SvgImageSize = new System.Drawing.Size(24, 24);
|
||
this.txt_EquipmentID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "清空", -1, true, true, false, editorButtonImageOptions3, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", null, null, DevExpress.Utils.ToolTipAnchor.Default),
|
||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "确定", -1, true, true, false, editorButtonImageOptions4, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject13, serializableAppearanceObject14, serializableAppearanceObject15, serializableAppearanceObject16, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
|
||
this.txt_EquipmentID.Properties.ReadOnly = true;
|
||
this.txt_EquipmentID.Size = new System.Drawing.Size(817, 40);
|
||
this.txt_EquipmentID.TabIndex = 1;
|
||
this.txt_EquipmentID.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txt_EquipmentID_ButtonClick);
|
||
this.txt_EquipmentID.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_EquipmentID_KeyDown);
|
||
//
|
||
// panel3
|
||
//
|
||
panel3.Controls.Add(this.txt_DeviceName);
|
||
panel3.Controls.Add(label2);
|
||
panel3.Location = new System.Drawing.Point(0, 116);
|
||
panel3.Margin = new System.Windows.Forms.Padding(0, 8, 0, 0);
|
||
panel3.Name = "panel3";
|
||
panel3.Padding = new System.Windows.Forms.Padding(20, 0, 20, 0);
|
||
panel3.Size = new System.Drawing.Size(980, 50);
|
||
panel3.TabIndex = 2;
|
||
//
|
||
// txt_DeviceName
|
||
//
|
||
this.txt_DeviceName.Location = new System.Drawing.Point(140, 14);
|
||
this.txt_DeviceName.Name = "txt_DeviceName";
|
||
this.txt_DeviceName.Properties.ReadOnly = true;
|
||
this.txt_DeviceName.Size = new System.Drawing.Size(817, 24);
|
||
this.txt_DeviceName.TabIndex = 2;
|
||
//
|
||
// label2
|
||
//
|
||
label2.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||
label2.AutoSize = true;
|
||
label2.Location = new System.Drawing.Point(20, 17);
|
||
label2.Margin = new System.Windows.Forms.Padding(0);
|
||
label2.Name = "label2";
|
||
label2.Size = new System.Drawing.Size(82, 15);
|
||
label2.TabIndex = 1;
|
||
label2.Text = "设备类型:";
|
||
label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// panel4
|
||
//
|
||
panel4.Controls.Add(this.ck_Mar);
|
||
panel4.Controls.Add(this.ck_Jan);
|
||
panel4.Controls.Add(this.ck_Feb);
|
||
panel4.Controls.Add(label13);
|
||
panel4.Controls.Add(label9);
|
||
panel4.Controls.Add(label3);
|
||
panel4.Location = new System.Drawing.Point(0, 174);
|
||
panel4.Margin = new System.Windows.Forms.Padding(0, 8, 0, 0);
|
||
panel4.Name = "panel4";
|
||
panel4.Padding = new System.Windows.Forms.Padding(20, 0, 20, 0);
|
||
panel4.Size = new System.Drawing.Size(980, 50);
|
||
panel4.TabIndex = 3;
|
||
//
|
||
// ck_Mar
|
||
//
|
||
this.ck_Mar.Location = new System.Drawing.Point(780, 15);
|
||
this.ck_Mar.Name = "ck_Mar";
|
||
this.ck_Mar.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||
this.ck_Mar.Properties.DropDownRows = 5;
|
||
this.ck_Mar.Properties.Items.AddRange(new object[] {
|
||
"",
|
||
"Monthly",
|
||
"Annual",
|
||
"Quarterly",
|
||
"Semi-an"});
|
||
this.ck_Mar.Properties.Tag = 3;
|
||
this.ck_Mar.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
||
this.ck_Mar.Size = new System.Drawing.Size(154, 24);
|
||
this.ck_Mar.TabIndex = 10;
|
||
//
|
||
// ck_Jan
|
||
//
|
||
this.ck_Jan.Location = new System.Drawing.Point(139, 15);
|
||
this.ck_Jan.Name = "ck_Jan";
|
||
this.ck_Jan.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||
this.ck_Jan.Properties.DropDownRows = 5;
|
||
this.ck_Jan.Properties.Items.AddRange(new object[] {
|
||
"",
|
||
"Monthly",
|
||
"Annual",
|
||
"Quarterly",
|
||
"Semi-an"});
|
||
this.ck_Jan.Properties.Tag = 1;
|
||
this.ck_Jan.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
||
this.ck_Jan.Size = new System.Drawing.Size(154, 24);
|
||
this.ck_Jan.TabIndex = 8;
|
||
this.ck_Jan.Tag = "1";
|
||
//
|
||
// ck_Feb
|
||
//
|
||
this.ck_Feb.Location = new System.Drawing.Point(470, 15);
|
||
this.ck_Feb.Name = "ck_Feb";
|
||
this.ck_Feb.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||
this.ck_Feb.Properties.DropDownRows = 5;
|
||
this.ck_Feb.Properties.Items.AddRange(new object[] {
|
||
"",
|
||
"Monthly",
|
||
"Annual",
|
||
"Quarterly",
|
||
"Semi-an"});
|
||
this.ck_Feb.Properties.Tag = 2;
|
||
this.ck_Feb.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
||
this.ck_Feb.Size = new System.Drawing.Size(154, 24);
|
||
this.ck_Feb.TabIndex = 9;
|
||
this.ck_Feb.Tag = "2";
|
||
//
|
||
// label13
|
||
//
|
||
label13.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||
label13.AutoSize = true;
|
||
label13.Location = new System.Drawing.Point(684, 18);
|
||
label13.Margin = new System.Windows.Forms.Padding(0);
|
||
label13.Name = "label13";
|
||
label13.Size = new System.Drawing.Size(52, 15);
|
||
label13.TabIndex = 6;
|
||
label13.Text = "三月:";
|
||
label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// label9
|
||
//
|
||
label9.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||
label9.AutoSize = true;
|
||
label9.Location = new System.Drawing.Point(370, 18);
|
||
label9.Margin = new System.Windows.Forms.Padding(0);
|
||
label9.Name = "label9";
|
||
label9.Size = new System.Drawing.Size(52, 15);
|
||
label9.TabIndex = 4;
|
||
label9.Text = "二月:";
|
||
label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// label3
|
||
//
|
||
label3.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||
label3.AutoSize = true;
|
||
label3.Location = new System.Drawing.Point(20, 18);
|
||
label3.Margin = new System.Windows.Forms.Padding(0);
|
||
label3.Name = "label3";
|
||
label3.Size = new System.Drawing.Size(52, 15);
|
||
label3.TabIndex = 2;
|
||
label3.Text = "一月:";
|
||
label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// panel5
|
||
//
|
||
panel5.Controls.Add(this.ck_Jun);
|
||
panel5.Controls.Add(this.ck_Apr);
|
||
panel5.Controls.Add(this.ck_May);
|
||
panel5.Controls.Add(label14);
|
||
panel5.Controls.Add(label10);
|
||
panel5.Controls.Add(label4);
|
||
panel5.Location = new System.Drawing.Point(0, 232);
|
||
panel5.Margin = new System.Windows.Forms.Padding(0, 8, 0, 0);
|
||
panel5.Name = "panel5";
|
||
panel5.Padding = new System.Windows.Forms.Padding(20, 0, 20, 0);
|
||
panel5.Size = new System.Drawing.Size(980, 50);
|
||
panel5.TabIndex = 4;
|
||
//
|
||
// ck_Jun
|
||
//
|
||
this.ck_Jun.Location = new System.Drawing.Point(780, 15);
|
||
this.ck_Jun.Name = "ck_Jun";
|
||
this.ck_Jun.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||
this.ck_Jun.Properties.DropDownRows = 5;
|
||
this.ck_Jun.Properties.Items.AddRange(new object[] {
|
||
"",
|
||
"Monthly",
|
||
"Annual",
|
||
"Quarterly",
|
||
"Semi-an"});
|
||
this.ck_Jun.Properties.Tag = 6;
|
||
this.ck_Jun.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
||
this.ck_Jun.Size = new System.Drawing.Size(154, 24);
|
||
this.ck_Jun.TabIndex = 11;
|
||
this.ck_Jun.Tag = "6";
|
||
//
|
||
// ck_Apr
|
||
//
|
||
this.ck_Apr.Location = new System.Drawing.Point(140, 15);
|
||
this.ck_Apr.Name = "ck_Apr";
|
||
this.ck_Apr.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||
this.ck_Apr.Properties.DropDownRows = 5;
|
||
this.ck_Apr.Properties.Items.AddRange(new object[] {
|
||
"",
|
||
"Monthly",
|
||
"Annual",
|
||
"Quarterly",
|
||
"Semi-an"});
|
||
this.ck_Apr.Properties.Tag = 4;
|
||
this.ck_Apr.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
||
this.ck_Apr.Size = new System.Drawing.Size(154, 24);
|
||
this.ck_Apr.TabIndex = 9;
|
||
this.ck_Apr.Tag = "4";
|
||
//
|
||
// ck_May
|
||
//
|
||
this.ck_May.Location = new System.Drawing.Point(470, 15);
|
||
this.ck_May.Name = "ck_May";
|
||
this.ck_May.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||
this.ck_May.Properties.DropDownRows = 5;
|
||
this.ck_May.Properties.Items.AddRange(new object[] {
|
||
"",
|
||
"Monthly",
|
||
"Annual",
|
||
"Quarterly",
|
||
"Semi-an"});
|
||
this.ck_May.Properties.Tag = 5;
|
||
this.ck_May.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
||
this.ck_May.Size = new System.Drawing.Size(154, 24);
|
||
this.ck_May.TabIndex = 10;
|
||
this.ck_May.Tag = "5";
|
||
//
|
||
// label14
|
||
//
|
||
label14.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||
label14.AutoSize = true;
|
||
label14.Location = new System.Drawing.Point(684, 19);
|
||
label14.Margin = new System.Windows.Forms.Padding(0);
|
||
label14.Name = "label14";
|
||
label14.Size = new System.Drawing.Size(52, 15);
|
||
label14.TabIndex = 7;
|
||
label14.Text = "六月:";
|
||
label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// label10
|
||
//
|
||
label10.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||
label10.AutoSize = true;
|
||
label10.Location = new System.Drawing.Point(370, 18);
|
||
label10.Margin = new System.Windows.Forms.Padding(0);
|
||
label10.Name = "label10";
|
||
label10.Size = new System.Drawing.Size(52, 15);
|
||
label10.TabIndex = 5;
|
||
label10.Text = "五月:";
|
||
label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// label4
|
||
//
|
||
label4.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||
label4.AutoSize = true;
|
||
label4.Location = new System.Drawing.Point(20, 18);
|
||
label4.Margin = new System.Windows.Forms.Padding(0);
|
||
label4.Name = "label4";
|
||
label4.Size = new System.Drawing.Size(52, 15);
|
||
label4.TabIndex = 2;
|
||
label4.Text = "四月:";
|
||
label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// panel6
|
||
//
|
||
panel6.Controls.Add(this.ck_Sep);
|
||
panel6.Controls.Add(this.ck_Aug);
|
||
panel6.Controls.Add(this.ck_Jul);
|
||
panel6.Controls.Add(label15);
|
||
panel6.Controls.Add(label11);
|
||
panel6.Controls.Add(label5);
|
||
panel6.Location = new System.Drawing.Point(0, 290);
|
||
panel6.Margin = new System.Windows.Forms.Padding(0, 8, 0, 0);
|
||
panel6.Name = "panel6";
|
||
panel6.Padding = new System.Windows.Forms.Padding(20, 0, 20, 0);
|
||
panel6.Size = new System.Drawing.Size(980, 50);
|
||
panel6.TabIndex = 5;
|
||
//
|
||
// ck_Sep
|
||
//
|
||
this.ck_Sep.Location = new System.Drawing.Point(780, 15);
|
||
this.ck_Sep.Name = "ck_Sep";
|
||
this.ck_Sep.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||
this.ck_Sep.Properties.DropDownRows = 5;
|
||
this.ck_Sep.Properties.Items.AddRange(new object[] {
|
||
"",
|
||
"Monthly",
|
||
"Annual",
|
||
"Quarterly",
|
||
"Semi-an"});
|
||
this.ck_Sep.Properties.Tag = 9;
|
||
this.ck_Sep.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
||
this.ck_Sep.Size = new System.Drawing.Size(154, 24);
|
||
this.ck_Sep.TabIndex = 12;
|
||
this.ck_Sep.Tag = "9";
|
||
//
|
||
// ck_Aug
|
||
//
|
||
this.ck_Aug.Location = new System.Drawing.Point(470, 15);
|
||
this.ck_Aug.Name = "ck_Aug";
|
||
this.ck_Aug.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||
this.ck_Aug.Properties.DropDownRows = 5;
|
||
this.ck_Aug.Properties.Items.AddRange(new object[] {
|
||
"",
|
||
"Monthly",
|
||
"Annual",
|
||
"Quarterly",
|
||
"Semi-an"});
|
||
this.ck_Aug.Properties.Tag = 8;
|
||
this.ck_Aug.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
||
this.ck_Aug.Size = new System.Drawing.Size(154, 24);
|
||
this.ck_Aug.TabIndex = 11;
|
||
this.ck_Aug.Tag = "8";
|
||
//
|
||
// ck_Jul
|
||
//
|
||
this.ck_Jul.Location = new System.Drawing.Point(140, 15);
|
||
this.ck_Jul.Name = "ck_Jul";
|
||
this.ck_Jul.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||
this.ck_Jul.Properties.DropDownRows = 5;
|
||
this.ck_Jul.Properties.Items.AddRange(new object[] {
|
||
"",
|
||
"Monthly",
|
||
"Annual",
|
||
"Quarterly",
|
||
"Semi-an"});
|
||
this.ck_Jul.Properties.Tag = 7;
|
||
this.ck_Jul.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
||
this.ck_Jul.Size = new System.Drawing.Size(154, 24);
|
||
this.ck_Jul.TabIndex = 10;
|
||
this.ck_Jul.Tag = "7";
|
||
//
|
||
// label15
|
||
//
|
||
label15.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||
label15.AutoSize = true;
|
||
label15.Location = new System.Drawing.Point(684, 18);
|
||
label15.Margin = new System.Windows.Forms.Padding(0);
|
||
label15.Name = "label15";
|
||
label15.Size = new System.Drawing.Size(52, 15);
|
||
label15.TabIndex = 7;
|
||
label15.Text = "九月:";
|
||
label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// label11
|
||
//
|
||
label11.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||
label11.AutoSize = true;
|
||
label11.Location = new System.Drawing.Point(370, 18);
|
||
label11.Margin = new System.Windows.Forms.Padding(0);
|
||
label11.Name = "label11";
|
||
label11.Size = new System.Drawing.Size(52, 15);
|
||
label11.TabIndex = 5;
|
||
label11.Text = "八月:";
|
||
label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// label5
|
||
//
|
||
label5.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||
label5.AutoSize = true;
|
||
label5.Location = new System.Drawing.Point(20, 18);
|
||
label5.Margin = new System.Windows.Forms.Padding(0);
|
||
label5.Name = "label5";
|
||
label5.Size = new System.Drawing.Size(52, 15);
|
||
label5.TabIndex = 2;
|
||
label5.Text = "七月:";
|
||
label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// panel7
|
||
//
|
||
panel7.Controls.Add(this.ck_Dec);
|
||
panel7.Controls.Add(this.ck_Nov);
|
||
panel7.Controls.Add(this.ck_Oct);
|
||
panel7.Controls.Add(label16);
|
||
panel7.Controls.Add(label12);
|
||
panel7.Controls.Add(label6);
|
||
panel7.Location = new System.Drawing.Point(0, 348);
|
||
panel7.Margin = new System.Windows.Forms.Padding(0, 8, 0, 0);
|
||
panel7.Name = "panel7";
|
||
panel7.Padding = new System.Windows.Forms.Padding(20, 0, 20, 0);
|
||
panel7.Size = new System.Drawing.Size(980, 50);
|
||
panel7.TabIndex = 6;
|
||
//
|
||
// ck_Dec
|
||
//
|
||
this.ck_Dec.Location = new System.Drawing.Point(780, 15);
|
||
this.ck_Dec.Name = "ck_Dec";
|
||
this.ck_Dec.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||
this.ck_Dec.Properties.DropDownRows = 5;
|
||
this.ck_Dec.Properties.Items.AddRange(new object[] {
|
||
"",
|
||
"Monthly",
|
||
"Annual",
|
||
"Quarterly",
|
||
"Semi-an"});
|
||
this.ck_Dec.Properties.Tag = 12;
|
||
this.ck_Dec.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
||
this.ck_Dec.Size = new System.Drawing.Size(154, 24);
|
||
this.ck_Dec.TabIndex = 15;
|
||
this.ck_Dec.Tag = "12";
|
||
//
|
||
// ck_Nov
|
||
//
|
||
this.ck_Nov.Location = new System.Drawing.Point(470, 15);
|
||
this.ck_Nov.Name = "ck_Nov";
|
||
this.ck_Nov.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||
this.ck_Nov.Properties.DropDownRows = 5;
|
||
this.ck_Nov.Properties.Items.AddRange(new object[] {
|
||
"",
|
||
"Monthly",
|
||
"Annual",
|
||
"Quarterly",
|
||
"Semi-an"});
|
||
this.ck_Nov.Properties.Tag = 11;
|
||
this.ck_Nov.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
||
this.ck_Nov.Size = new System.Drawing.Size(154, 24);
|
||
this.ck_Nov.TabIndex = 14;
|
||
this.ck_Nov.Tag = "11";
|
||
//
|
||
// ck_Oct
|
||
//
|
||
this.ck_Oct.Location = new System.Drawing.Point(140, 15);
|
||
this.ck_Oct.Name = "ck_Oct";
|
||
this.ck_Oct.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||
this.ck_Oct.Properties.DropDownRows = 5;
|
||
this.ck_Oct.Properties.Items.AddRange(new object[] {
|
||
"",
|
||
"Monthly",
|
||
"Annual",
|
||
"Quarterly",
|
||
"Semi-an"});
|
||
this.ck_Oct.Properties.Tag = 10;
|
||
this.ck_Oct.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
||
this.ck_Oct.Size = new System.Drawing.Size(154, 24);
|
||
this.ck_Oct.TabIndex = 13;
|
||
this.ck_Oct.Tag = "10";
|
||
//
|
||
// label16
|
||
//
|
||
label16.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||
label16.AutoSize = true;
|
||
label16.Location = new System.Drawing.Point(684, 18);
|
||
label16.Margin = new System.Windows.Forms.Padding(0);
|
||
label16.Name = "label16";
|
||
label16.Size = new System.Drawing.Size(67, 15);
|
||
label16.TabIndex = 7;
|
||
label16.Text = "十二月:";
|
||
label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// label12
|
||
//
|
||
label12.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||
label12.AutoSize = true;
|
||
label12.Location = new System.Drawing.Point(370, 18);
|
||
label12.Margin = new System.Windows.Forms.Padding(0);
|
||
label12.Name = "label12";
|
||
label12.Size = new System.Drawing.Size(67, 15);
|
||
label12.TabIndex = 5;
|
||
label12.Text = "十一月:";
|
||
label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// label6
|
||
//
|
||
label6.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||
label6.AutoSize = true;
|
||
label6.Location = new System.Drawing.Point(20, 18);
|
||
label6.Margin = new System.Windows.Forms.Padding(0);
|
||
label6.Name = "label6";
|
||
label6.Size = new System.Drawing.Size(52, 15);
|
||
label6.TabIndex = 2;
|
||
label6.Text = "十月:";
|
||
label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// panel8
|
||
//
|
||
panel8.Controls.Add(this.tp_StartMonth);
|
||
panel8.Controls.Add(label7);
|
||
panel8.Location = new System.Drawing.Point(0, 406);
|
||
panel8.Margin = new System.Windows.Forms.Padding(0, 8, 0, 0);
|
||
panel8.Name = "panel8";
|
||
panel8.Padding = new System.Windows.Forms.Padding(20, 0, 20, 0);
|
||
panel8.Size = new System.Drawing.Size(980, 50);
|
||
panel8.TabIndex = 7;
|
||
//
|
||
// tp_StartMonth
|
||
//
|
||
this.tp_StartMonth.Location = new System.Drawing.Point(139, 13);
|
||
this.tp_StartMonth.Name = "tp_StartMonth";
|
||
this.tp_StartMonth.Size = new System.Drawing.Size(200, 25);
|
||
this.tp_StartMonth.TabIndex = 3;
|
||
//
|
||
// label7
|
||
//
|
||
label7.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||
label7.AutoSize = true;
|
||
label7.Location = new System.Drawing.Point(20, 18);
|
||
label7.Name = "label7";
|
||
label7.Size = new System.Drawing.Size(113, 15);
|
||
label7.TabIndex = 2;
|
||
label7.Text = "新PM起始月份:";
|
||
label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// panel9
|
||
//
|
||
panel9.Controls.Add(this.txt_Remark);
|
||
panel9.Controls.Add(label8);
|
||
panel9.Location = new System.Drawing.Point(0, 464);
|
||
panel9.Margin = new System.Windows.Forms.Padding(0, 8, 0, 0);
|
||
panel9.Name = "panel9";
|
||
panel9.Padding = new System.Windows.Forms.Padding(20, 0, 20, 0);
|
||
panel9.Size = new System.Drawing.Size(980, 50);
|
||
panel9.TabIndex = 8;
|
||
//
|
||
// txt_Remark
|
||
//
|
||
this.txt_Remark.Location = new System.Drawing.Point(139, 13);
|
||
this.txt_Remark.Name = "txt_Remark";
|
||
this.txt_Remark.Size = new System.Drawing.Size(817, 24);
|
||
this.txt_Remark.TabIndex = 3;
|
||
//
|
||
// label8
|
||
//
|
||
label8.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||
label8.AutoSize = true;
|
||
label8.Location = new System.Drawing.Point(20, 18);
|
||
label8.Name = "label8";
|
||
label8.Size = new System.Drawing.Size(52, 15);
|
||
label8.TabIndex = 2;
|
||
label8.Text = "备注:";
|
||
label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// tableLayoutPanel1
|
||
//
|
||
this.tableLayoutPanel1.ColumnCount = 1;
|
||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||
this.tableLayoutPanel1.Controls.Add(this.separatorControl1, 0, 1);
|
||
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 2);
|
||
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel2, 0, 0);
|
||
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
||
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||
this.tableLayoutPanel1.RowCount = 3;
|
||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
|
||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F));
|
||
this.tableLayoutPanel1.Size = new System.Drawing.Size(982, 595);
|
||
this.tableLayoutPanel1.TabIndex = 0;
|
||
//
|
||
// separatorControl1
|
||
//
|
||
this.separatorControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.separatorControl1.Location = new System.Drawing.Point(3, 528);
|
||
this.separatorControl1.Name = "separatorControl1";
|
||
this.separatorControl1.Size = new System.Drawing.Size(976, 19);
|
||
this.separatorControl1.TabIndex = 0;
|
||
//
|
||
// flowLayoutPanel1
|
||
//
|
||
this.flowLayoutPanel1.Controls.Add(this.btn_Cancel);
|
||
this.flowLayoutPanel1.Controls.Add(this.btn_Submit);
|
||
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
|
||
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 550);
|
||
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
||
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
||
this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 0, 20, 0);
|
||
this.flowLayoutPanel1.Size = new System.Drawing.Size(982, 45);
|
||
this.flowLayoutPanel1.TabIndex = 1;
|
||
//
|
||
// btn_Cancel
|
||
//
|
||
this.btn_Cancel.Location = new System.Drawing.Point(865, 8);
|
||
this.btn_Cancel.Margin = new System.Windows.Forms.Padding(3, 8, 3, 3);
|
||
this.btn_Cancel.Name = "btn_Cancel";
|
||
this.btn_Cancel.Size = new System.Drawing.Size(94, 29);
|
||
this.btn_Cancel.TabIndex = 0;
|
||
this.btn_Cancel.Text = "取消";
|
||
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
|
||
//
|
||
// btn_Submit
|
||
//
|
||
this.btn_Submit.Location = new System.Drawing.Point(765, 8);
|
||
this.btn_Submit.Margin = new System.Windows.Forms.Padding(3, 8, 3, 3);
|
||
this.btn_Submit.Name = "btn_Submit";
|
||
this.btn_Submit.Size = new System.Drawing.Size(94, 29);
|
||
this.btn_Submit.TabIndex = 1;
|
||
this.btn_Submit.Text = "提交";
|
||
this.btn_Submit.Click += new System.EventHandler(this.btn_Submit_Click);
|
||
//
|
||
// flowLayoutPanel2
|
||
//
|
||
this.flowLayoutPanel2.Controls.Add(panel1);
|
||
this.flowLayoutPanel2.Controls.Add(panel2);
|
||
this.flowLayoutPanel2.Controls.Add(panel3);
|
||
this.flowLayoutPanel2.Controls.Add(panel4);
|
||
this.flowLayoutPanel2.Controls.Add(panel5);
|
||
this.flowLayoutPanel2.Controls.Add(panel6);
|
||
this.flowLayoutPanel2.Controls.Add(panel7);
|
||
this.flowLayoutPanel2.Controls.Add(panel8);
|
||
this.flowLayoutPanel2.Controls.Add(panel9);
|
||
this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
||
this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0);
|
||
this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
|
||
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
|
||
this.flowLayoutPanel2.Size = new System.Drawing.Size(982, 525);
|
||
this.flowLayoutPanel2.TabIndex = 2;
|
||
//
|
||
// splashScreenManager1
|
||
//
|
||
this.splashScreenManager1.ClosingDelay = 500;
|
||
//
|
||
// dxErrorProvider1
|
||
//
|
||
this.dxErrorProvider1.ContainerControl = this;
|
||
//
|
||
// page_PlanEdit
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(982, 595);
|
||
this.ControlBox = false;
|
||
this.Controls.Add(this.tableLayoutPanel1);
|
||
this.DoubleBuffered = true;
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
this.Name = "page_PlanEdit";
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "page_PlanEdit";
|
||
this.Load += new System.EventHandler(this.page_PlanEdit_Load);
|
||
panel2.ResumeLayout(false);
|
||
panel2.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.txt_EquipmentID.Properties)).EndInit();
|
||
panel3.ResumeLayout(false);
|
||
panel3.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.txt_DeviceName.Properties)).EndInit();
|
||
panel4.ResumeLayout(false);
|
||
panel4.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.ck_Mar.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ck_Jan.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ck_Feb.Properties)).EndInit();
|
||
panel5.ResumeLayout(false);
|
||
panel5.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.ck_Jun.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ck_Apr.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ck_May.Properties)).EndInit();
|
||
panel6.ResumeLayout(false);
|
||
panel6.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.ck_Sep.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ck_Aug.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ck_Jul.Properties)).EndInit();
|
||
panel7.ResumeLayout(false);
|
||
panel7.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.ck_Dec.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ck_Nov.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ck_Oct.Properties)).EndInit();
|
||
panel8.ResumeLayout(false);
|
||
panel8.PerformLayout();
|
||
panel9.ResumeLayout(false);
|
||
panel9.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.txt_Remark.Properties)).EndInit();
|
||
this.tableLayoutPanel1.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).EndInit();
|
||
this.flowLayoutPanel1.ResumeLayout(false);
|
||
this.flowLayoutPanel2.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
||
private DevExpress.XtraEditors.SeparatorControl separatorControl1;
|
||
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
||
private DevExpress.XtraEditors.SimpleButton btn_Cancel;
|
||
private DevExpress.XtraEditors.SimpleButton btn_Submit;
|
||
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
|
||
private DevExpress.XtraEditors.TextEdit txt_DeviceName;
|
||
private System.Windows.Forms.DateTimePicker tp_StartMonth;
|
||
private DevExpress.XtraEditors.ComboBoxEdit ck_Mar;
|
||
private DevExpress.XtraEditors.ComboBoxEdit ck_Jan;
|
||
private DevExpress.XtraEditors.ComboBoxEdit ck_Feb;
|
||
private DevExpress.XtraEditors.ComboBoxEdit ck_Jun;
|
||
private DevExpress.XtraEditors.ComboBoxEdit ck_Apr;
|
||
private DevExpress.XtraEditors.ComboBoxEdit ck_May;
|
||
private DevExpress.XtraEditors.ComboBoxEdit ck_Sep;
|
||
private DevExpress.XtraEditors.ComboBoxEdit ck_Aug;
|
||
private DevExpress.XtraEditors.ComboBoxEdit ck_Jul;
|
||
private DevExpress.XtraEditors.ComboBoxEdit ck_Dec;
|
||
private DevExpress.XtraEditors.ComboBoxEdit ck_Nov;
|
||
private DevExpress.XtraEditors.ComboBoxEdit ck_Oct;
|
||
private DevExpress.XtraEditors.TextEdit txt_Remark;
|
||
private DevExpress.XtraEditors.ButtonEdit txt_EquipmentID;
|
||
private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1;
|
||
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
|
||
}
|
||
} |