XXXWListFrom.Designer.cs 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. namespace Uninpho.Tools.components.XXXW
  2. {
  3. partial class XXXWListFrom
  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. this.sheetControl01 = new DevExpress.XtraSpreadsheet.SpreadsheetControl();
  29. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  30. this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
  31. this.saveBtn = new DevExpress.XtraEditors.SimpleButton();
  32. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  33. this.panelControl1.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // sheetControl01
  37. //
  38. this.sheetControl01.Dock = System.Windows.Forms.DockStyle.Fill;
  39. this.sheetControl01.Location = new System.Drawing.Point(0, 0);
  40. this.sheetControl01.Name = "sheetControl01";
  41. this.sheetControl01.Size = new System.Drawing.Size(1002, 506);
  42. this.sheetControl01.TabIndex = 0;
  43. this.sheetControl01.Text = "spreadsheetControl1";
  44. this.sheetControl01.CellValueChanged += new DevExpress.XtraSpreadsheet.CellValueChangedEventHandler(this.sheetControl01_CellValueChanged);
  45. //
  46. // panelControl1
  47. //
  48. this.panelControl1.Controls.Add(this.simpleButton3);
  49. this.panelControl1.Controls.Add(this.saveBtn);
  50. this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
  51. this.panelControl1.Location = new System.Drawing.Point(0, 506);
  52. this.panelControl1.Name = "panelControl1";
  53. this.panelControl1.Size = new System.Drawing.Size(1002, 55);
  54. this.panelControl1.TabIndex = 2;
  55. //
  56. // simpleButton3
  57. //
  58. this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  59. this.simpleButton3.Location = new System.Drawing.Point(916, 20);
  60. this.simpleButton3.Name = "simpleButton3";
  61. this.simpleButton3.Size = new System.Drawing.Size(74, 23);
  62. this.simpleButton3.TabIndex = 2;
  63. this.simpleButton3.Text = "取消";
  64. this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
  65. //
  66. // saveBtn
  67. //
  68. this.saveBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  69. this.saveBtn.Location = new System.Drawing.Point(777, 20);
  70. this.saveBtn.Name = "saveBtn";
  71. this.saveBtn.Size = new System.Drawing.Size(89, 23);
  72. this.saveBtn.TabIndex = 0;
  73. this.saveBtn.Text = "保存";
  74. this.saveBtn.Click += new System.EventHandler(this.saveBtn_Click);
  75. //
  76. // XXXWListFrom
  77. //
  78. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  79. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  80. this.ClientSize = new System.Drawing.Size(1002, 561);
  81. this.Controls.Add(this.sheetControl01);
  82. this.Controls.Add(this.panelControl1);
  83. this.Name = "XXXWListFrom";
  84. this.Text = "线形线位新建页";
  85. this.Load += new System.EventHandler(this.XXXWListFrom_Load);
  86. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  87. this.panelControl1.ResumeLayout(false);
  88. this.ResumeLayout(false);
  89. }
  90. #endregion
  91. private DevExpress.XtraSpreadsheet.SpreadsheetControl sheetControl01;
  92. private DevExpress.XtraEditors.PanelControl panelControl1;
  93. private DevExpress.XtraEditors.SimpleButton simpleButton3;
  94. private DevExpress.XtraEditors.SimpleButton saveBtn;
  95. }
  96. }